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