Package net.minecraft.command.impl
Class DifficultyCommand
java.lang.Object
net.minecraft.command.impl.DifficultyCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198344_0_) static int
setDifficulty
(CommandSource p_198345_0_, Difficulty p_198345_1_)
-
Field Details
-
ERROR_ALREADY_DIFFICULT
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_ALREADY_DIFFICULT
-
-
Constructor Details
-
DifficultyCommand
public DifficultyCommand()
-
-
Method Details
-
register
-
setDifficulty
public static int setDifficulty(CommandSource p_198345_0_, Difficulty p_198345_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-