Interface BiomeSource
- All Superinterfaces:
Wrapper
Represents a biome source, which determines how biomes are distributed in a world.
- Since:
- 2.4.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic final classstatic final recordNested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionentries()static BiomeSourcefixed(ResourceKey biome) static BiomeSourcestatic BiomeSourcestatic BiomeSourcenether()Biome source preset for the nether.static BiomeSourceBiome source preset for the overworld.preset()static BiomeSourcepreset(ResourceKey preset) Methods inherited from interface Wrapper
asHandle, toMinecraft
-
Field Details
-
WIRE
-
-
Method Details
-
fixedBiome
-
entries
-
preset
-
fixed
-
fixed
-
fixed
-
multiNoise
-
preset
-
overworld
Biome source preset for the overworld.- Returns:
- the overworld biome source preset
- Since:
- 2.4.0
-
nether
Biome source preset for the nether.- Returns:
- the nether biome source preset
- Since:
- 2.4.0
-