Uses of Enum Class
net.minecraft.world.Difficulty
Packages that use Difficulty
Package
Description
- 
Uses of Difficulty in com.mojang.realmsclient.gui.screensFields in com.mojang.realmsclient.gui.screens declared as DifficultyFields in com.mojang.realmsclient.gui.screens with type parameters of type DifficultyModifier and TypeFieldDescriptionstatic final List<Difficulty>RealmsSlotOptionsScreen.DIFFICULTIES
- 
Uses of Difficulty in net.minecraft.client.gui.screensFields in net.minecraft.client.gui.screens with type parameters of type DifficultyMethods in net.minecraft.client.gui.screens that return types with arguments of type DifficultyModifier and TypeMethodDescriptionstatic CycleButton<Difficulty>OptionsScreen.createDifficultyButton(int p_262051_, int p_261805_, String p_261598_, Minecraft p_261922_) 
- 
Uses of Difficulty in net.minecraft.client.gui.screens.worldselectionFields in net.minecraft.client.gui.screens.worldselection declared as DifficultyMethods in net.minecraft.client.gui.screens.worldselection that return DifficultyMethods in net.minecraft.client.gui.screens.worldselection with parameters of type Difficulty
- 
Uses of Difficulty in net.minecraft.client.multiplayerFields in net.minecraft.client.multiplayer declared as DifficultyMethods in net.minecraft.client.multiplayer that return DifficultyMethods in net.minecraft.client.multiplayer with parameters of type DifficultyModifier and TypeMethodDescriptionvoidClientLevel.ClientLevelData.setDifficulty(Difficulty p_104852_) Constructors in net.minecraft.client.multiplayer with parameters of type DifficultyModifierConstructorDescriptionClientLevelData(Difficulty p_104843_, boolean p_104844_, boolean p_104845_) 
- 
Uses of Difficulty in net.minecraft.network.protocol.gameFields in net.minecraft.network.protocol.game declared as DifficultyModifier and TypeFieldDescriptionprivate final DifficultyClientboundChangeDifficultyPacket.difficultyprivate final DifficultyServerboundChangeDifficultyPacket.difficultyMethods in net.minecraft.network.protocol.game that return DifficultyModifier and TypeMethodDescriptionClientboundChangeDifficultyPacket.getDifficulty()ServerboundChangeDifficultyPacket.getDifficulty()Constructors in net.minecraft.network.protocol.game with parameters of type DifficultyModifierConstructorDescriptionClientboundChangeDifficultyPacket(Difficulty p_131809_, boolean p_131810_) ServerboundChangeDifficultyPacket(Difficulty p_133817_) 
- 
Uses of Difficulty in net.minecraft.serverMethods in net.minecraft.server with parameters of type DifficultyModifier and TypeMethodDescriptionvoidMinecraftServer.setDifficulty(Difficulty p_129828_, boolean p_129829_) 
- 
Uses of Difficulty in net.minecraft.server.commandsMethods in net.minecraft.server.commands with parameters of type DifficultyModifier and TypeMethodDescriptionstatic intDifficultyCommand.setDifficulty(CommandSourceStack p_136945_, Difficulty p_136946_) 
- 
Uses of Difficulty in net.minecraft.server.dedicatedFields in net.minecraft.server.dedicated declared as Difficulty
- 
Uses of Difficulty in net.minecraft.worldFields in net.minecraft.world declared as DifficultyFields in net.minecraft.world with type parameters of type DifficultyModifier and TypeFieldDescriptionprivate static final IntFunction<Difficulty>Difficulty.BY_IDstatic final StringRepresentable.EnumCodec<Difficulty>Difficulty.CODECMethods in net.minecraft.world that return DifficultyModifier and TypeMethodDescriptionstatic DifficultyDifficulty.byId(int p_19030_) static DifficultyDifficultyInstance.getDifficulty()static DifficultyReturns the enum constant of this class with the specified name.static Difficulty[]Difficulty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type DifficultyModifier and TypeMethodDescriptionprivate floatDifficultyInstance.calculateDifficulty(Difficulty p_19052_, long p_19053_, long p_19054_, float p_19055_) Constructors in net.minecraft.world with parameters of type DifficultyModifierConstructorDescriptionDifficultyInstance(Difficulty p_19044_, long p_19045_, long p_19046_, float p_19047_) 
- 
Uses of Difficulty in net.minecraft.world.entity.ai.goalFields in net.minecraft.world.entity.ai.goal with type parameters of type DifficultyModifier and TypeFieldDescriptionprivate final Predicate<Difficulty>BreakDoorGoal.validDifficultiesMethods in net.minecraft.world.entity.ai.goal with parameters of type DifficultyModifier and TypeMethodDescriptionprivate booleanBreakDoorGoal.isValidDifficulty(Difficulty p_25095_) Constructor parameters in net.minecraft.world.entity.ai.goal with type arguments of type DifficultyModifierConstructorDescriptionBreakDoorGoal(Mob p_25087_, int p_25088_, Predicate<Difficulty> p_25089_) BreakDoorGoal(Mob p_25091_, Predicate<Difficulty> p_25092_) 
- 
Uses of Difficulty in net.minecraft.world.entity.monsterFields in net.minecraft.world.entity.monster with type parameters of type DifficultyModifier and TypeFieldDescription(package private) static final Predicate<Difficulty>Vindicator.DOOR_BREAKING_PREDICATEprivate static final Predicate<Difficulty>Zombie.DOOR_BREAKING_PREDICATE
- 
Uses of Difficulty in net.minecraft.world.entity.raidMethods in net.minecraft.world.entity.raid with parameters of type Difficulty
- 
Uses of Difficulty in net.minecraft.world.levelFields in net.minecraft.world.level declared as DifficultyMethods in net.minecraft.world.level that return DifficultyModifier and TypeMethodDescriptionLevelSettings.difficulty()default DifficultyLevelAccessor.getDifficulty()Methods in net.minecraft.world.level with parameters of type DifficultyConstructors in net.minecraft.world.level with parameters of type DifficultyModifierConstructorDescriptionLevelSettings(String p_250485_, GameType p_250207_, boolean p_251631_, Difficulty p_252122_, boolean p_248961_, GameRules p_248536_, WorldDataConfiguration p_249797_) LevelSettings(String p_250485_, GameType p_250207_, boolean p_251631_, Difficulty p_252122_, boolean p_248961_, GameRules p_248536_, WorldDataConfiguration p_249797_, com.mojang.serialization.Lifecycle lifecycle) 
- 
Uses of Difficulty in net.minecraft.world.level.storageMethods in net.minecraft.world.level.storage that return DifficultyModifier and TypeMethodDescriptionDerivedLevelData.getDifficulty()LevelData.getDifficulty()PrimaryLevelData.getDifficulty()WorldData.getDifficulty()Methods in net.minecraft.world.level.storage with parameters of type DifficultyModifier and TypeMethodDescriptionvoidPrimaryLevelData.setDifficulty(Difficulty p_78521_) voidWorldData.setDifficulty(Difficulty p_78633_) 
- 
Uses of Difficulty in net.neoforged.neoforge.commonMethods in net.neoforged.neoforge.common with parameters of type DifficultyModifier and TypeMethodDescriptionstatic voidCommonHooks.onDifficultyChange(Difficulty difficulty, Difficulty oldDifficulty) 
- 
Uses of Difficulty in net.neoforged.neoforge.common.damagesourceMethods in net.neoforged.neoforge.common.damagesource with parameters of type DifficultyModifier and TypeMethodDescriptionfloatIScalingFunction.scaleDamage(DamageSource source, Player target, float amount, Difficulty difficulty) Scales the incoming damage amount based on the current difficulty.
 Only damage dealt to players is scaled, other damage is not impacted.
- 
Uses of Difficulty in net.neoforged.neoforge.eventFields in net.neoforged.neoforge.event declared as DifficultyModifier and TypeFieldDescriptionprivate final DifficultyDifficultyChangeEvent.difficultyprivate final DifficultyDifficultyChangeEvent.oldDifficultyMethods in net.neoforged.neoforge.event that return DifficultyModifier and TypeMethodDescriptionDifficultyChangeEvent.getDifficulty()DifficultyChangeEvent.getOldDifficulty()Constructors in net.neoforged.neoforge.event with parameters of type DifficultyModifierConstructorDescriptionDifficultyChangeEvent(Difficulty difficulty, Difficulty oldDifficulty) 
- 
Uses of Difficulty in net.neoforged.testframework.gametestMethods in net.neoforged.testframework.gametest with parameters of type DifficultyModifier and TypeMethodDescriptionvoidExtendedGameTestHelper.requireDifficulty(Difficulty difficulty)