Package net.minecraft.server.command
Class DifficultyCommand
java.lang.Object
net.minecraft.server.command.DifficultyCommand
- Mappings:
Namespace Name official agr
intermediary net/minecraft/class_3036
named net/minecraft/server/command/DifficultyCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
execute
(ServerCommandSource source, Difficulty difficulty) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType FAILURE_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Lagr;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_13602
Lnet/minecraft/class_3036;field_13602:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named FAILURE_EXCEPTION
Lnet/minecraft/server/command/DifficultyCommand;FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
-
Constructor Details
-
DifficultyCommand
public DifficultyCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lagr;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13169
Lnet/minecraft/class_3036;method_13169(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/DifficultyCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
public static int execute(ServerCommandSource source, Difficulty difficulty) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lagr;a(Ldt;Lbgv;)I
intermediary method_13173
Lnet/minecraft/class_3036;method_13173(Lnet/minecraft/class_2168;Lnet/minecraft/class_1267;)I
named execute
Lnet/minecraft/server/command/DifficultyCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/Difficulty;)I
-