Interface FixedBiomeSource
- All Superinterfaces:
BiomeSource, Wrapper
The fixed biome source, also called single biome, uses one specified biome everywhere.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbiome()The single biome to use.static FixedBiomeSourceCreates a new fixed biome source.static FixedBiomeSourceof(ResourceKey biomeKey) Creates a new fixed biome source.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
biome
-
of
Creates a new fixed biome source.- Parameters:
biome- the biome- Returns:
- the fixed biome source
- Since:
- 3.0.0
-
of
Creates a new fixed biome source.- Parameters:
biomeKey- the biome key- Returns:
- the fixed biome source
- Since:
- 3.0.0
-