Uses of Class
net.minecraft.world.biome.Biome.Category
-
Packages that use Biome.Category Package Description net.minecraft.world.biome net.minecraftforge.common net.minecraftforge.event.world -
-
Uses of Biome.Category in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as Biome.Category Modifier and Type Field Description private Biome.CategoryBiome. biomeCategoryprivate Biome.CategoryBiome.Builder. biomeCategoryFields in net.minecraft.world.biome with type parameters of type Biome.Category Modifier and Type Field Description private static java.util.Map<java.lang.String,Biome.Category>Biome.Category. BY_NAMEstatic com.mojang.serialization.Codec<Biome.Category>Biome.Category. CODECMethods in net.minecraft.world.biome that return Biome.Category Modifier and Type Method Description static Biome.CategoryBiome.Category. byName(java.lang.String p_235103_0_)Biome.CategoryBiome. getBiomeCategory()static Biome.CategoryBiome.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Biome.Category[]Biome.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world.biome with parameters of type Biome.Category Modifier and Type Method Description Biome.BuilderBiome.Builder. biomeCategory(Biome.Category p_205419_1_)Constructors in net.minecraft.world.biome with parameters of type Biome.Category Constructor Description 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.Category Modifier and Type Method Description BiomeForgeHooks.BiomeCallbackFunction. apply(Biome.Climate climate, Biome.Category category, java.lang.Float depth, java.lang.Float scale, BiomeAmbience effects, BiomeGenerationSettings gen, MobSpawnInfo spawns)static BiomeForgeHooks. enhanceBiome(ResourceLocation name, Biome.Climate climate, Biome.Category category, java.lang.Float depth, java.lang.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.Category Modifier and Type Field Description private Biome.CategoryBiomeLoadingEvent. categoryMethods in net.minecraftforge.event.world that return Biome.Category Modifier and Type Method Description Biome.CategoryBiomeLoadingEvent. getCategory()Methods in net.minecraftforge.event.world with parameters of type Biome.Category Modifier and Type Method Description voidBiomeLoadingEvent. setCategory(Biome.Category value)Constructors in net.minecraftforge.event.world with parameters of type Biome.Category Constructor Description BiomeLoadingEvent(ResourceLocation name, Biome.Climate climate, Biome.Category category, float depth, float scale, BiomeAmbience effects, BiomeGenerationSettingsBuilder gen, MobSpawnInfoBuilder spawns)
-