Uses of Class
net.minecraft.world.biome.MobSpawnInfo
-
Packages that use MobSpawnInfo Package Description net.minecraft.world.biome net.minecraftforge.common net.minecraftforge.common.world -
-
Uses of MobSpawnInfo in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as MobSpawnInfo Modifier and Type Field Description static MobSpawnInfoMobSpawnInfo. EMPTYprivate MobSpawnInfoBiome. mobSettingsprivate MobSpawnInfoBiome.Builder. mobSpawnSettingsFields in net.minecraft.world.biome with type parameters of type MobSpawnInfo Modifier and Type Field Description static com.mojang.serialization.MapCodec<MobSpawnInfo>MobSpawnInfo. CODECMethods in net.minecraft.world.biome that return MobSpawnInfo Modifier and Type Method Description MobSpawnInfoMobSpawnInfo.Builder. build()MobSpawnInfoBiome. getMobSettings()Methods in net.minecraft.world.biome with parameters of type MobSpawnInfo Modifier and Type Method Description Biome.BuilderBiome.Builder. mobSpawnSettings(MobSpawnInfo p_242458_1_)Constructors in net.minecraft.world.biome with parameters of type MobSpawnInfo 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 MobSpawnInfo in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type MobSpawnInfo 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) -
Uses of MobSpawnInfo in net.minecraftforge.common.world
Constructors in net.minecraftforge.common.world with parameters of type MobSpawnInfo Constructor Description MobSpawnInfoBuilder(MobSpawnInfo orig)
-