Uses of Enum Class
net.minecraft.world.Difficulty
Packages that use Difficulty
Package
Description
-
Uses of Difficulty in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as DifficultyFields in com.mojang.realmsclient.gui.screens with type parameters of type Difficulty -
Uses of Difficulty in net.minecraft.client
Fields in net.minecraft.client declared as Difficulty -
Uses of Difficulty in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens with type parameters of type Difficulty -
Uses of Difficulty in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as DifficultyFields in net.minecraft.client.gui.screens.worldselection with type parameters of type DifficultyModifier and TypeFieldDescriptionprivate CycleButton<Difficulty>
CreateWorldScreen.difficultyButton
Methods in net.minecraft.client.gui.screens.worldselection that return Difficulty -
Uses of Difficulty in net.minecraft.client.multiplayer
Fields 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 TypeMethodDescriptionvoid
ClientLevel.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.game
Fields in net.minecraft.network.protocol.game declared as DifficultyModifier and TypeFieldDescriptionprivate Difficulty
ClientboundChangeDifficultyPacket.difficulty
private Difficulty
ServerboundChangeDifficultyPacket.difficulty
Methods 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.server
Methods in net.minecraft.server with parameters of type DifficultyModifier and TypeMethodDescriptionvoid
MinecraftServer.setDifficulty(Difficulty p_129828_, boolean p_129829_)
-
Uses of Difficulty in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type DifficultyModifier and TypeMethodDescriptionstatic int
DifficultyCommand.setDifficulty(CommandSourceStack p_136945_, Difficulty p_136946_)
-
Uses of Difficulty in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as Difficulty -
Uses of Difficulty in net.minecraft.world
Fields in net.minecraft.world declared as DifficultyModifier and TypeFieldDescriptionprivate Difficulty
DifficultyInstance.base
private static Difficulty[]
Difficulty.BY_ID
Methods in net.minecraft.world that return DifficultyModifier and TypeMethodDescriptionstatic Difficulty
Difficulty.byId(int p_19030_)
static Difficulty
DifficultyInstance.getDifficulty()
static Difficulty
Returns 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 float
DifficultyInstance.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.goal
Fields in net.minecraft.world.entity.ai.goal with type parameters of type DifficultyMethods in net.minecraft.world.entity.ai.goal with parameters of type DifficultyModifier and TypeMethodDescriptionprivate boolean
BreakDoorGoal.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.monster
Fields in net.minecraft.world.entity.monster with type parameters of type DifficultyModifier and TypeFieldDescription(package private) static Predicate<Difficulty>
Vindicator.DOOR_BREAKING_PREDICATE
private static Predicate<Difficulty>
Zombie.DOOR_BREAKING_PREDICATE
-
Uses of Difficulty in net.minecraft.world.entity.raid
Methods in net.minecraft.world.entity.raid with parameters of type Difficulty -
Uses of Difficulty in net.minecraft.world.level
Fields in net.minecraft.world.level declared as DifficultyMethods in net.minecraft.world.level that return DifficultyModifier and TypeMethodDescriptionLevelSettings.difficulty()
default Difficulty
LevelAccessor.getDifficulty()
Methods in net.minecraft.world.level with parameters of type DifficultyConstructors in net.minecraft.world.level with parameters of type DifficultyModifierConstructorDescriptionLevelSettings(String p_46910_, GameType p_46911_, boolean p_46912_, Difficulty p_46913_, boolean p_46914_, GameRules p_46915_, DataPackConfig p_46916_)
-
Uses of Difficulty in net.minecraft.world.level.storage
Methods 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 TypeMethodDescriptionvoid
PrimaryLevelData.setDifficulty(Difficulty p_78521_)
void
WorldData.setDifficulty(Difficulty p_78633_)
-
Uses of Difficulty in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type DifficultyModifier and TypeMethodDescriptionstatic void
ForgeHooks.onDifficultyChange(Difficulty difficulty, Difficulty oldDifficulty)
-
Uses of Difficulty in net.minecraftforge.event
Fields in net.minecraftforge.event declared as DifficultyModifier and TypeFieldDescriptionprivate Difficulty
DifficultyChangeEvent.difficulty
private Difficulty
DifficultyChangeEvent.oldDifficulty
Methods in net.minecraftforge.event that return DifficultyModifier and TypeMethodDescriptionDifficultyChangeEvent.getDifficulty()
DifficultyChangeEvent.getOldDifficulty()
Constructors in net.minecraftforge.event with parameters of type DifficultyModifierConstructorDescriptionDifficultyChangeEvent(Difficulty difficulty, Difficulty oldDifficulty)