Uses of Class
net.minecraft.world.biome.Biome.Climate
-
Packages that use Biome.Climate Package Description net.minecraft.world.biome net.minecraftforge.common net.minecraftforge.event.world -
-
Uses of Biome.Climate in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as Biome.Climate Modifier and Type Field Description private Biome.Climate
Biome. climateSettings
Fields in net.minecraft.world.biome with type parameters of type Biome.Climate Modifier and Type Field Description static com.mojang.serialization.MapCodec<Biome.Climate>
Biome.Climate. CODEC
Constructors in net.minecraft.world.biome with parameters of type Biome.Climate 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.Climate in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type Biome.Climate 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)
-
Uses of Biome.Climate in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as Biome.Climate Modifier and Type Field Description private Biome.Climate
BiomeLoadingEvent. climate
Methods in net.minecraftforge.event.world that return Biome.Climate Modifier and Type Method Description Biome.Climate
BiomeLoadingEvent. getClimate()
Methods in net.minecraftforge.event.world with parameters of type Biome.Climate Modifier and Type Method Description void
BiomeLoadingEvent. setClimate(Biome.Climate value)
Constructors in net.minecraftforge.event.world with parameters of type Biome.Climate Constructor Description BiomeLoadingEvent(ResourceLocation name, Biome.Climate climate, Biome.Category category, float depth, float scale, BiomeAmbience effects, BiomeGenerationSettingsBuilder gen, MobSpawnInfoBuilder spawns)
-