Package net.minecraft.server.commands
Class DifficultyCommand
java.lang.Object
net.minecraft.server.commands.DifficultyCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136939_) static intsetDifficulty(CommandSourceStack p_136945_, Difficulty p_136946_) 
- 
Field Details- 
ERROR_ALREADY_DIFFICULTprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_ALREADY_DIFFICULT
 
- 
- 
Constructor Details- 
DifficultyCommandpublic DifficultyCommand()
 
- 
- 
Method Details- 
register
- 
setDifficultypublic static int setDifficulty(CommandSourceStack p_136945_, Difficulty p_136946_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-