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.Category
Biome. biomeCategory
private Biome.Category
Biome.Builder. biomeCategory
Fields 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_NAME
static com.mojang.serialization.Codec<Biome.Category>
Biome.Category. CODEC
Methods in net.minecraft.world.biome that return Biome.Category Modifier and Type Method Description static Biome.Category
Biome.Category. byName(java.lang.String p_235103_0_)
Biome.Category
Biome. getBiomeCategory()
static Biome.Category
Biome.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.Builder
Biome.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 Biome
ForgeHooks.BiomeCallbackFunction. apply(Biome.Climate climate, Biome.Category category, java.lang.Float depth, java.lang.Float scale, BiomeAmbience effects, BiomeGenerationSettings gen, MobSpawnInfo spawns)
static Biome
ForgeHooks. 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.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.Category Modifier and Type Field Description private Biome.Category
BiomeLoadingEvent. category
Methods in net.minecraftforge.event.world that return Biome.Category Modifier and Type Method Description Biome.Category
BiomeLoadingEvent. getCategory()
Methods in net.minecraftforge.event.world with parameters of type Biome.Category Modifier and Type Method Description void
BiomeLoadingEvent. 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)
-