Interface Biome
public sealed interface Biome
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic interfacestatic interfacestatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> static final RegistryKey<Biome> -
Method Summary
Modifier and TypeMethodDescriptionstatic Biome.Builderbuilder()static Biomecreate(boolean hasPrecipitation, float temperature, Biome.TemperatureModifier temperatureModifier, float downfall, EnvironmentAttributeMap attributes, BiomeEffects effects) static DynamicRegistry<Biome> Creates a new registry for biomes, loading the vanilla trim biomes.floatdownfall()effects()booleanfloat
-
Field Details
-
REGISTRY_CODEC
-
NETWORK_CODEC
-
BAMBOO_JUNGLE
-
JUNGLE
-
LUKEWARM_OCEAN
-
WINDSWEPT_SAVANNA
-
MANGROVE_SWAMP
-
OCEAN
-
STONY_SHORE
-
END_HIGHLANDS
-
FROZEN_RIVER
-
DEEP_FROZEN_OCEAN
-
DEEP_COLD_OCEAN
-
TAIGA
-
DRIPSTONE_CAVES
-
CHERRY_GROVE
-
FLOWER_FOREST
-
WINDSWEPT_FOREST
-
SAVANNA_PLATEAU
-
WARPED_FOREST
-
WINDSWEPT_GRAVELLY_HILLS
-
WINDSWEPT_HILLS
-
DARK_FOREST
-
RIVER
-
SAVANNA
-
FROZEN_PEAKS
-
SOUL_SAND_VALLEY
-
WOODED_BADLANDS
-
END_BARRENS
-
BADLANDS
-
LUSH_CAVES
-
SNOWY_PLAINS
-
THE_VOID
-
BASALT_DELTAS
-
DESERT
-
GROVE
-
BEACH
-
SNOWY_TAIGA
-
THE_END
-
PALE_GARDEN
-
SNOWY_SLOPES
-
DEEP_OCEAN
-
MEADOW
-
SMALL_END_ISLANDS
-
SWAMP
-
DEEP_LUKEWARM_OCEAN
-
COLD_OCEAN
-
STONY_PEAKS
-
CRIMSON_FOREST
-
END_MIDLANDS
-
ERODED_BADLANDS
-
SPARSE_JUNGLE
-
DEEP_DARK
-
OLD_GROWTH_BIRCH_FOREST
-
BIRCH_FOREST
-
NETHER_WASTES
-
SUNFLOWER_PLAINS
-
WARM_OCEAN
-
ICE_SPIKES
-
JAGGED_PEAKS
-
PLAINS
-
MUSHROOM_FIELDS
-
FOREST
-
FROZEN_OCEAN
-
OLD_GROWTH_SPRUCE_TAIGA
-
SNOWY_BEACH
-
OLD_GROWTH_PINE_TAIGA
-
-
Method Details
-
create
static Biome create(boolean hasPrecipitation, float temperature, Biome.TemperatureModifier temperatureModifier, float downfall, EnvironmentAttributeMap attributes, BiomeEffects effects) -
builder
-
createDefaultRegistry
Creates a new registry for biomes, loading the vanilla trim biomes.
- See Also:
-
hasPrecipitation
boolean hasPrecipitation() -
temperature
float temperature() -
temperatureModifier
Biome.TemperatureModifier temperatureModifier() -
downfall
float downfall() -
attributes
EnvironmentAttributeMap attributes() -
effects
BiomeEffects effects()
-