Uses of Enum Class
net.minecraft.world.Difficulty
Package
Description
-
Uses of Difficulty in net.minecraft.client.gui.screen.option
Modifier and TypeFieldDescriptionprivate CyclingButtonWidget<Difficulty>
OptionsScreen.difficultyButton
-
Uses of Difficulty in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprivate CyclingButtonWidget<Difficulty>
CreateWorldScreen.difficultyButton
-
Uses of Difficulty in net.minecraft.client.option
-
Uses of Difficulty in net.minecraft.client.realms.gui.screen
-
Uses of Difficulty in net.minecraft.client.world
Modifier and TypeMethodDescriptionvoid
ClientWorld.Properties.setDifficulty(Difficulty difficulty)
ModifierConstructorDescriptionProperties(Difficulty difficulty, boolean hardcore, boolean flatWorld)
-
Uses of Difficulty in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate Predicate<Difficulty>
BreakDoorGoal.difficultySufficientPredicate
Modifier and TypeMethodDescriptionprivate boolean
BreakDoorGoal.isDifficultySufficient(Difficulty difficulty)
ModifierConstructorDescriptionBreakDoorGoal(MobEntity mob, int maxProgress, Predicate<Difficulty> difficultySufficientPredicate)
BreakDoorGoal(MobEntity mob, Predicate<Difficulty> difficultySufficientPredicate)
-
Uses of Difficulty in net.minecraft.entity.mob
Modifier and TypeFieldDescription(package private) static Predicate<Difficulty>
VindicatorEntity.DIFFICULTY_ALLOWS_DOOR_BREAKING_PREDICATE
private static Predicate<Difficulty>
ZombieEntity.DOOR_BREAK_DIFFICULTY_CHECKER
-
Uses of Difficulty in net.minecraft.network.packet.c2s.play
-
Uses of Difficulty in net.minecraft.network.packet.s2c.play
ModifierConstructorDescriptionDifficultyS2CPacket(Difficulty difficulty, boolean difficultyLocked)
-
Uses of Difficulty in net.minecraft.server
Modifier and TypeMethodDescriptionvoid
MinecraftServer.setDifficulty(Difficulty difficulty, boolean forceUpdate)
-
Uses of Difficulty in net.minecraft.server.command
Modifier and TypeMethodDescriptionstatic int
DifficultyCommand.execute(ServerCommandSource source, Difficulty difficulty)
-
Uses of Difficulty in net.minecraft.server.dedicated
-
Uses of Difficulty in net.minecraft.village.raid
-
Uses of Difficulty in net.minecraft.world
Modifier and TypeFieldDescriptionprivate static Difficulty[]
Difficulty.BY_NAME
private Difficulty
LocalDifficulty.globalDifficulty
Modifier and TypeMethodDescriptionstatic @Nullable Difficulty
static Difficulty
Difficulty.byOrdinal(int ordinal)
SaveProperties.getDifficulty()
default Difficulty
WorldAccess.getDifficulty()
WorldProperties.getDifficulty()
LocalDifficulty.getGlobalDifficulty()
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.Modifier and TypeMethodDescriptionvoid
SaveProperties.setDifficulty(Difficulty difficulty)
private float
LocalDifficulty.setLocalDifficulty(Difficulty difficulty, long timeOfDay, long inhabitedTime, float moonSize)
ModifierConstructorDescriptionLocalDifficulty(Difficulty difficulty, long timeOfDay, long inhabitedTime, float moonSize)
-
Uses of Difficulty in net.minecraft.world.level
Modifier and TypeMethodDescriptionLevelInfo.getDifficulty()
LevelProperties.getDifficulty()
UnmodifiableLevelProperties.getDifficulty()
Modifier and TypeMethodDescriptionvoid
LevelProperties.setDifficulty(Difficulty difficulty)
LevelInfo.withDifficulty(Difficulty difficulty)
ModifierConstructorDescriptionLevelInfo(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, DataPackSettings dataPackSettings)