Uses of Enum Class
net.minecraft.world.Difficulty
Packages that use Difficulty
Package
Description
-
Uses of Difficulty in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto with parameters of type DifficultyModifier and TypeMethodDescriptionstatic RealmsWorldOptionsRealmsWorldOptions.createDefaultsWith(GameType pGameType, boolean pCommandBlocks, Difficulty pDifficulty, boolean pHardcore, String pVersion, String pSlotName) -
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 DifficultyModifier and TypeFieldDescriptionstatic final List<Difficulty> RealmsSlotOptionsScreen.DIFFICULTIES -
Uses of Difficulty in net.minecraft.client.gui.screens.options
Fields in net.minecraft.client.gui.screens.options with type parameters of type DifficultyMethods in net.minecraft.client.gui.screens.options that return types with arguments of type DifficultyModifier and TypeMethodDescriptionstatic CycleButton<Difficulty> OptionsScreen.createDifficultyButton(int pX, int pY, String pName, Minecraft pMinecraft) -
Uses of Difficulty in net.minecraft.client.gui.screens.worldselection
Fields 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 DifficultyModifier and TypeMethodDescriptionvoidWorldCreationUiState.setDifficulty(Difficulty pDifficulty) -
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 TypeMethodDescriptionvoidClientLevel.ClientLevelData.setDifficulty(Difficulty pDifficulty) Constructors in net.minecraft.client.multiplayer with parameters of type DifficultyModifierConstructorDescriptionClientLevelData(Difficulty pDifficulty, boolean pHardcore, boolean pIsFlat) -
Uses of Difficulty in net.minecraft.network.protocol.game
Fields 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 pDifficulty, boolean pLocked) ServerboundChangeDifficultyPacket(Difficulty pDifficulty) -
Uses of Difficulty in net.minecraft.server
Methods in net.minecraft.server with parameters of type DifficultyModifier and TypeMethodDescriptionvoidMinecraftServer.setDifficulty(Difficulty pDifficulty, boolean pForced) -
Uses of Difficulty in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type DifficultyModifier and TypeMethodDescriptionstatic intDifficultyCommand.setDifficulty(CommandSourceStack pSource, Difficulty pDifficulty) -
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 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 pId) 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 pDifficulty, long pLevelTime, long pChunkInhabitedTime, float pMoonPhaseFactor) Constructors in net.minecraft.world with parameters of type DifficultyModifierConstructorDescriptionDifficultyInstance(Difficulty pBase, long pLevelTime, long pChunkInhabitedTime, float pMoonPhaseFactor) -
Uses of Difficulty in net.minecraft.world.entity.ai.goal
Fields 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 pDifficulty) Constructor parameters in net.minecraft.world.entity.ai.goal with type arguments of type DifficultyModifierConstructorDescriptionBreakDoorGoal(Mob pMob, int pDoorBreakTime, Predicate<Difficulty> pValidDifficulties) BreakDoorGoal(Mob pMob, Predicate<Difficulty> pValidDifficulties) -
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 final Predicate<Difficulty> Vindicator.DOOR_BREAKING_PREDICATEprivate static final 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 DifficultyConstructors 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 DifficultyLevelAccessor.getDifficulty()Methods in net.minecraft.world.level with parameters of type DifficultyConstructors in net.minecraft.world.level with parameters of type DifficultyModifierConstructorDescriptionLevelSettings(String pLevelName, GameType pGameType, boolean pHardcore, Difficulty pDifficulty, boolean pAllowCommands, GameRules pGameRules, WorldDataConfiguration pDataConfiguration) LevelSettings(String pLevelName, GameType pGameType, boolean pHardcore, Difficulty pDifficulty, boolean pAllowCommands, GameRules pGameRules, WorldDataConfiguration pDataConfiguration, com.mojang.serialization.Lifecycle lifecycle) -
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 TypeMethodDescriptionvoidPrimaryLevelData.setDifficulty(Difficulty pDifficulty) voidWorldData.setDifficulty(Difficulty pDifficulty) -
Uses of Difficulty in net.neoforged.neoforge.common
Methods 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.damagesource
Methods 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.event
Fields 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)