Class DifficultyCommand
java.lang.Object
net.minecraft.server.commands.DifficultyCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(CommandDispatcher<CommandSourceStack> dispatcher) static intsetDifficulty(CommandSourceStack source, Difficulty difficulty)
-
Field Details
-
ERROR_ALREADY_SAME_DIFFICULTY
-
-
Constructor Details
-
DifficultyCommand
public DifficultyCommand()
-
-
Method Details
-
register
-
setDifficulty
public static int setDifficulty(CommandSourceStack source, Difficulty difficulty) throws CommandSyntaxException - Throws:
CommandSyntaxException
-