Uses of Class
net.minecraft.world.level.biome.MobSpawnSettings
Packages that use MobSpawnSettings
Package
Description
-
Uses of MobSpawnSettings in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as MobSpawnSettingsModifier and TypeFieldDescriptionstatic final MobSpawnSettings
MobSpawnSettings.EMPTY
private final MobSpawnSettings
Biome.mobSettings
private MobSpawnSettings
Biome.BiomeBuilder.mobSpawnSettings
Fields in net.minecraft.world.level.biome with type parameters of type MobSpawnSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<MobSpawnSettings> MobSpawnSettings.CODEC
Methods in net.minecraft.world.level.biome that return MobSpawnSettingsMethods in net.minecraft.world.level.biome with parameters of type MobSpawnSettingsConstructors in net.minecraft.world.level.biome with parameters of type MobSpawnSettingsModifierConstructorDescription(package private)
Biome
(Biome.ClimateSettings p_220530_, BiomeSpecialEffects p_220531_, BiomeGenerationSettings p_220532_, MobSpawnSettings p_220533_) -
Uses of MobSpawnSettings in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type MobSpawnSettingsModifier and TypeMethodDescriptionCommonHooks.BiomeCallbackFunction.apply
(Biome.ClimateSettings climate, BiomeSpecialEffects effects, BiomeGenerationSettings gen, MobSpawnSettings spawns) -
Uses of MobSpawnSettings in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world declared as MobSpawnSettingsModifier and TypeFieldDescriptionprivate final MobSpawnSettings
ModifiableBiomeInfo.BiomeInfo.mobSpawnSettings
The field for themobSpawnSettings
record component.Methods in net.neoforged.neoforge.common.world that return MobSpawnSettingsModifier and TypeMethodDescriptionModifiableBiomeInfo.BiomeInfo.mobSpawnSettings()
Returns the value of themobSpawnSettings
record component.Constructors in net.neoforged.neoforge.common.world with parameters of type MobSpawnSettingsModifierConstructorDescriptionBiomeInfo
(Biome.ClimateSettings climateSettings, BiomeSpecialEffects effects, BiomeGenerationSettings generationSettings, MobSpawnSettings mobSpawnSettings) Creates an instance of aBiomeInfo
record class.