Uses of Enum Class
net.minecraft.world.biome.Biome.Category
-
Uses of Biome.Category in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate @Nullable Biome.Category
Biome.Builder.category
private final Biome.Category
Biome.category
Modifier and TypeFieldDescriptionprivate static final Map<String,
Biome.Category> Biome.Category.BY_NAME
static final com.mojang.serialization.Codec<Biome.Category>
Biome.Category.CODEC
Modifier and TypeMethodDescriptionstatic Biome.Category
(package private) Biome.Category
Biome.getCategory()
static Biome.Category
Biome.getCategory
(RegistryEntry<Biome> biomeEntry) Deprecated.static Biome.Category
Returns the enum constant of this class with the specified name.static Biome.Category[]
Biome.Category.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBiome.Builder.category
(Biome.Category category) private static Biome
OverworldBiomeCreator.createBiome
(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, int waterColor, int waterFogColor, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) private static Biome
OverworldBiomeCreator.createBiome
(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) ModifierConstructorDescription(package private)
Biome
(Biome.Weather weather, Biome.Category category, BiomeEffects effects, GenerationSettings generationSettings, SpawnSettings spawnSettings)