Uses of Enum Class
net.minecraft.world.biome.Biome.Category
Package
Description
-
Uses of Biome.Category in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate final Biome.Category
Biome.biomeCategory
private Biome.Category
Biome.Builder.biomeCategory
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
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.ModifierConstructorDescriptionprivate
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
Modifier 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
ModifierConstructorDescriptionBiomeLoadingEvent
(ResourceLocation name, Biome.Climate climate, Biome.Category category, float depth, float scale, BiomeAmbience effects, BiomeGenerationSettingsBuilder gen, MobSpawnInfoBuilder spawns)