Uses of Class
net.minecraft.world.level.biome.MobSpawnSettings
Packages that use MobSpawnSettings
Package
Description
-
Uses of MobSpawnSettings in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type MobSpawnSettingsModifier and TypeFieldDescriptionstatic final AttributeType<MobSpawnSettings> AttributeTypes.MOB_SPAWN_SETTINGSstatic final EnvironmentAttribute<MobSpawnSettings> EnvironmentAttributes.NATURAL_MOB_SPAWNS -
Uses of MobSpawnSettings in net.minecraft.world.attribute.modifier
Subinterfaces with type arguments of type MobSpawnSettings in net.minecraft.world.attribute.modifierModifier and TypeInterfaceDescriptioninterfaceinterfaceFields in net.minecraft.world.attribute.modifier with type parameters of type MobSpawnSettingsModifier and TypeFieldDescriptionstatic final Map<AttributeModifier.OperationId, AttributeModifier<MobSpawnSettings, ?>> AttributeModifier.MOB_SPAWN_SETTINGS_LIBRARYMethods in net.minecraft.world.attribute.modifier that return MobSpawnSettingsModifier and TypeMethodDescriptionMobSpawnSettingsModifier.Overlay.apply(MobSpawnSettings first, MobSpawnSettings second) Methods in net.minecraft.world.attribute.modifier that return types with arguments of type MobSpawnSettingsModifier and TypeMethodDescriptiondefault com.mojang.serialization.Codec<MobSpawnSettings> MobSpawnSettingsModifier.argumentCodec(EnvironmentAttribute<MobSpawnSettings> attribute) default LerpFunction<MobSpawnSettings> MobSpawnSettingsModifier.argumentKeyframeLerp(EnvironmentAttribute<MobSpawnSettings> attribute) Methods in net.minecraft.world.attribute.modifier with parameters of type MobSpawnSettingsModifier and TypeMethodDescriptionMobSpawnSettingsModifier.Overlay.apply(MobSpawnSettings first, MobSpawnSettings second) Method parameters in net.minecraft.world.attribute.modifier with type arguments of type MobSpawnSettingsModifier and TypeMethodDescriptiondefault com.mojang.serialization.Codec<MobSpawnSettings> MobSpawnSettingsModifier.argumentCodec(EnvironmentAttribute<MobSpawnSettings> attribute) default LerpFunction<MobSpawnSettings> MobSpawnSettingsModifier.argumentKeyframeLerp(EnvironmentAttribute<MobSpawnSettings> attribute) -
Uses of MobSpawnSettings in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as MobSpawnSettingsModifier and TypeFieldDescriptionstatic final MobSpawnSettingsMobSpawnSettings.EMPTYstatic final MobSpawnSettingsMobSpawnSettings.NO_SPAWNSFields in net.minecraft.world.level.biome with type parameters of type MobSpawnSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MobSpawnSettings> MobSpawnSettings.CODECMethods in net.minecraft.world.level.biome that return MobSpawnSettingsMethods in net.minecraft.world.level.biome with parameters of type MobSpawnSettingsModifier and TypeMethodDescriptionBiome.BiomeBuilder.mobSpawnSettings(MobSpawnSettings mobSpawnSettings) -
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
Constructors in net.neoforged.neoforge.common.world with parameters of type MobSpawnSettings