Uses of Enum Class
net.minecraft.world.biome.Biome.Category
Packages that use Biome.Category
Package
Description
-
Uses of Biome.Category in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as Biome.CategoryModifier and TypeFieldDescriptionprivate final Biome.Category
Biome.biomeCategory
private Biome.Category
Biome.Builder.biomeCategory
Fields in net.minecraft.world.biome with type parameters of type Biome.CategoryModifier and TypeFieldDescriptionprivate static final Map<String,
Biome.Category> Biome.Category.BY_NAME
static final com.mojang.serialization.Codec<Biome.Category>
Biome.Category.CODEC
Methods in net.minecraft.world.biome that return Biome.CategoryModifier and TypeMethodDescriptionstatic Biome.Category
final Biome.Category
Biome.getBiomeCategory()
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.Methods in net.minecraft.world.biome with parameters of type Biome.CategoryConstructors in net.minecraft.world.biome with parameters of type Biome.CategoryModifierConstructorDescriptionprivate
Biome
(Biome.Climate p_i241927_1_, Biome.Category p_i241927_2_, float p_i241927_3_, float p_i241927_4_, BiomeAmbience p_i241927_5_, BiomeGenerationSettings p_i241927_6_, MobSpawnInfo p_i241927_7_) -
Uses of Biome.Category in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type Biome.CategoryModifier and TypeMethodDescriptionForgeHooks.BiomeCallbackFunction.apply
(Biome.Climate climate, Biome.Category category, Float depth, Float scale, BiomeAmbience effects, BiomeGenerationSettings gen, MobSpawnInfo spawns) static Biome
ForgeHooks.enhanceBiome
(ResourceLocation name, Biome.Climate climate, Biome.Category category, Float depth, Float scale, BiomeAmbience effects, BiomeGenerationSettings gen, MobSpawnInfo spawns, com.mojang.serialization.codecs.RecordCodecBuilder.Instance<Biome> codec, ForgeHooks.BiomeCallbackFunction callback) static BiomeDictionary.Type
BiomeDictionary.Type.fromVanilla
(Biome.Category category) -
Uses of Biome.Category in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as Biome.CategoryMethods in net.minecraftforge.event.world that return Biome.CategoryMethods in net.minecraftforge.event.world with parameters of type Biome.CategoryConstructors in net.minecraftforge.event.world with parameters of type Biome.CategoryModifierConstructorDescriptionBiomeLoadingEvent
(ResourceLocation name, Biome.Climate climate, Biome.Category category, float depth, float scale, BiomeAmbience effects, BiomeGenerationSettingsBuilder gen, MobSpawnInfoBuilder spawns)