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.CategoryBiome.biomeCategoryprivate Biome.CategoryBiome.Builder.biomeCategoryFields in net.minecraft.world.biome with type parameters of type Biome.CategoryModifier and TypeFieldDescriptionprivate static final Map<String,Biome.Category> Biome.Category.BY_NAMEstatic final com.mojang.serialization.Codec<Biome.Category>Biome.Category.CODECMethods in net.minecraft.world.biome that return Biome.CategoryModifier and TypeMethodDescriptionstatic Biome.Categoryfinal Biome.CategoryBiome.getBiomeCategory()static Biome.CategoryReturns 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.CategoryModifierConstructorDescriptionprivateBiome(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 BiomeForgeHooks.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.TypeBiomeDictionary.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)