Uses of Enum Class
net.minecraft.world.level.biome.Biome.BiomeCategory
Packages that use Biome.BiomeCategory
Package
Description
-
Uses of Biome.BiomeCategory in net.minecraft.data.worldgen.biome
Methods in net.minecraft.data.worldgen.biome with parameters of type Biome.BiomeCategoryModifier and TypeMethodDescriptionprivate static Biome
OverworldBiomes.biome
(Biome.Precipitation p_194852_, Biome.BiomeCategory p_194853_, float p_194854_, float p_194855_, int p_194856_, int p_194857_, MobSpawnSettings.Builder p_194858_, BiomeGenerationSettings.Builder p_194859_, Music p_194860_) private static Biome
OverworldBiomes.biome
(Biome.Precipitation p_194862_, Biome.BiomeCategory p_194863_, float p_194864_, float p_194865_, MobSpawnSettings.Builder p_194866_, BiomeGenerationSettings.Builder p_194867_, Music p_194868_) -
Uses of Biome.BiomeCategory in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as Biome.BiomeCategoryModifier and TypeFieldDescriptionprivate Biome.BiomeCategory
Biome.BiomeBuilder.biomeCategory
private final Biome.BiomeCategory
Biome.biomeCategory
Fields in net.minecraft.world.level.biome with type parameters of type Biome.BiomeCategoryModifier and TypeFieldDescriptionprivate static final Map<String,
Biome.BiomeCategory> Biome.BiomeCategory.BY_NAME
static final com.mojang.serialization.Codec<Biome.BiomeCategory>
Biome.BiomeCategory.CODEC
Methods in net.minecraft.world.level.biome that return Biome.BiomeCategoryModifier and TypeMethodDescriptionstatic Biome.BiomeCategory
(package private) Biome.BiomeCategory
Biome.getBiomeCategory()
static Biome.BiomeCategory
Biome.getBiomeCategory
(Holder<Biome> p_204184_) Deprecated.static Biome.BiomeCategory
Returns the enum constant of this class with the specified name.static Biome.BiomeCategory[]
Biome.BiomeCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.biome with parameters of type Biome.BiomeCategoryConstructors in net.minecraft.world.level.biome with parameters of type Biome.BiomeCategoryModifierConstructorDescription(package private)
Biome
(Biome.ClimateSettings p_186620_, Biome.BiomeCategory p_186621_, BiomeSpecialEffects p_186622_, BiomeGenerationSettings p_186623_, MobSpawnSettings p_186624_) -
Uses of Biome.BiomeCategory in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type Biome.BiomeCategoryModifier and TypeMethodDescriptionForgeHooks.BiomeCallbackFunction.apply
(Biome.ClimateSettings climate, Biome.BiomeCategory category, BiomeSpecialEffects effects, BiomeGenerationSettings gen, MobSpawnSettings spawns) static Biome
ForgeHooks.enhanceBiome
(ResourceLocation name, Biome.ClimateSettings climate, Biome.BiomeCategory category, BiomeSpecialEffects effects, BiomeGenerationSettings gen, MobSpawnSettings spawns, com.mojang.serialization.codecs.RecordCodecBuilder.Instance<Biome> codec, ForgeHooks.BiomeCallbackFunction callback) static BiomeDictionary.Type
BiomeDictionary.Type.fromVanilla
(Biome.BiomeCategory category) -
Uses of Biome.BiomeCategory in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as Biome.BiomeCategoryMethods in net.minecraftforge.event.world that return Biome.BiomeCategoryMethods in net.minecraftforge.event.world with parameters of type Biome.BiomeCategoryConstructors in net.minecraftforge.event.world with parameters of type Biome.BiomeCategoryModifierConstructorDescriptionBiomeLoadingEvent
(ResourceLocation name, Biome.ClimateSettings climate, Biome.BiomeCategory category, BiomeSpecialEffects effects, BiomeGenerationSettingsBuilder gen, MobSpawnSettingsBuilder spawns)