Package net.minecraft.server.command
Class DebugCommand
java.lang.Object
net.minecraft.server.command.DebugCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/DebugCommand- intermediary - net/minecraft/class_3032- official - amp
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static classprivate static class
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier 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 - named - LOGGER- Lnet/minecraft/server/command/DebugCommand;LOGGER:Lorg/slf4j/Logger;- intermediary - field_20283- Lnet/minecraft/class_3032;field_20283:Lorg/slf4j/Logger;- official - a- Lamp;a:Lorg/slf4j/Logger;
 
- 
NOT_RUNNING_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NOT_RUNNING_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - NOT_RUNNING_EXCEPTION- Lnet/minecraft/server/command/DebugCommand;NOT_RUNNING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13597- Lnet/minecraft/class_3032;field_13597:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - b- Lamp;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
ALREADY_RUNNING_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_RUNNING_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - ALREADY_RUNNING_EXCEPTION- Lnet/minecraft/server/command/DebugCommand;ALREADY_RUNNING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13596- Lnet/minecraft/class_3032;field_13596:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - c- Lamp;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
NO_RECURSION_EXCEPTIONstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RECURSION_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - NO_RECURSION_EXCEPTION- Lnet/minecraft/server/command/DebugCommand;NO_RECURSION_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_46638- Lnet/minecraft/class_3032;field_46638:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - d- Lamp;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
NO_RETURN_RUN_EXCEPTIONstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RETURN_RUN_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - NO_RETURN_RUN_EXCEPTION- Lnet/minecraft/server/command/DebugCommand;NO_RETURN_RUN_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_47151- Lnet/minecraft/class_3032;field_47151:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - e- Lamp;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 
- 
- 
Constructor Details- 
DebugCommandpublic DebugCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/command/DebugCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13156- Lnet/minecraft/class_3032;method_13156(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lamp;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeStartprivate static int executeStart(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeStart- Lnet/minecraft/server/command/DebugCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13159- Lnet/minecraft/class_3032;method_13159(Lnet/minecraft/class_2168;)I- official - a- Lamp;a(Lex;)I
 
- 
executeStopprivate static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeStop- Lnet/minecraft/server/command/DebugCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13158- Lnet/minecraft/class_3032;method_13158(Lnet/minecraft/class_2168;)I- official - b- Lamp;b(Lex;)I
 
 
-