Package net.minecraft.server.command
Class DebugCommand
java.lang.Object
net.minecraft.server.command.DebugCommand
- Mappings:
Namespace Name official aixintermediary net/minecraft/class_3032named net/minecraft/server/command/DebugCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType(package private) static final Logger(package private) static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType(package private) static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteStart(ServerCommandSource source) private static intexecuteStop(ServerCommandSource source) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLaix;a:Lorg/slf4j/Logger;intermediary field_20283Lnet/minecraft/class_3032;field_20283:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/server/command/DebugCommand;LOGGER:Lorg/slf4j/Logger;
-
NOT_RUNNING_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NOT_RUNNING_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLaix;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13597Lnet/minecraft/class_3032;field_13597:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named NOT_RUNNING_EXCEPTIONLnet/minecraft/server/command/DebugCommand;NOT_RUNNING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
ALREADY_RUNNING_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_RUNNING_EXCEPTION- Mappings:
Namespace Name Mixin selector official cLaix;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13596Lnet/minecraft/class_3032;field_13596:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named ALREADY_RUNNING_EXCEPTIONLnet/minecraft/server/command/DebugCommand;ALREADY_RUNNING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
NO_RECURSION_EXCEPTION
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RECURSION_EXCEPTION- Mappings:
Namespace Name Mixin selector official dLaix;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_46638Lnet/minecraft/class_3032;field_46638:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named NO_RECURSION_EXCEPTIONLnet/minecraft/server/command/DebugCommand;NO_RECURSION_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
NO_RETURN_RUN_EXCEPTION
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RETURN_RUN_EXCEPTION- Mappings:
Namespace Name Mixin selector official eLaix;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_47151Lnet/minecraft/class_3032;field_47151:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named NO_RETURN_RUN_EXCEPTIONLnet/minecraft/server/command/DebugCommand;NO_RETURN_RUN_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
DebugCommand
public DebugCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official aLaix;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13156Lnet/minecraft/class_3032;method_13156(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/DebugCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executeStart
private static int executeStart(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLaix;a(Lds;)Iintermediary method_13159Lnet/minecraft/class_3032;method_13159(Lnet/minecraft/class_2168;)Inamed executeStartLnet/minecraft/server/command/DebugCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeStop
private static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official bLaix;b(Lds;)Iintermediary method_13158Lnet/minecraft/class_3032;method_13158(Lnet/minecraft/class_2168;)Inamed executeStopLnet/minecraft/server/command/DebugCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I
-