Package net.minecraft.server.command
Class DebugCommand
java.lang.Object
net.minecraft.server.command.DebugCommand
- Mappings:
Namespace Name official xt
intermediary net/minecraft/class_3032
named net/minecraft/server/command/DebugCommand
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static @Nullable FileSystemProvider
private static Logger
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
createDebugReport(ServerCommandSource source)
private static int
executeStart(ServerCommandSource source)
private static int
executeStop(ServerCommandSource source)
private static int
method_36354(ServerCommandSource serverCommandSource, Collection<CommandFunction> collection)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lxt;a:Lorg/apache/logging/log4j/Logger;
intermediary field_20283
Lnet/minecraft/class_3032;field_20283:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/server/command/DebugCommand;LOGGER:Lorg/apache/logging/log4j/Logger;
-
NOT_RUNNING_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NOT_RUNNING_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Lxt;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13597
Lnet/minecraft/class_3032;field_13597:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named NOT_RUNNING_EXCEPTION
Lnet/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 c
Lxt;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13596
Lnet/minecraft/class_3032;field_13596:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named ALREADY_RUNNING_EXCEPTION
Lnet/minecraft/server/command/DebugCommand;ALREADY_RUNNING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
FILE_SYSTEM_PROVIDER
- Mappings:
Namespace Name Mixin selector official d
Lxt;d:Ljava/nio/file/spi/FileSystemProvider;
intermediary field_20310
Lnet/minecraft/class_3032;field_20310:Ljava/nio/file/spi/FileSystemProvider;
named FILE_SYSTEM_PROVIDER
Lnet/minecraft/server/command/DebugCommand;FILE_SYSTEM_PROVIDER:Ljava/nio/file/spi/FileSystemProvider;
-
-
Constructor Details
-
DebugCommand
public DebugCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official a
Lxt;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13156
Lnet/minecraft/class_3032;method_13156(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/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 a
Lxt;a(Ldg;)I
intermediary method_13159
Lnet/minecraft/class_3032;method_13159(Lnet/minecraft/class_2168;)I
named executeStart
Lnet/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 b
Lxt;b(Ldg;)I
intermediary method_13158
Lnet/minecraft/class_3032;method_13158(Lnet/minecraft/class_2168;)I
named executeStop
Lnet/minecraft/server/command/DebugCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I
-
createDebugReport
- Mappings:
Namespace Name Mixin selector official c
Lxt;c(Ldg;)I
intermediary method_21618
Lnet/minecraft/class_3032;method_21618(Lnet/minecraft/class_2168;)I
named createDebugReport
Lnet/minecraft/server/command/DebugCommand;createDebugReport(Lnet/minecraft/server/command/ServerCommandSource;)I
-
method_36354
private static int method_36354(ServerCommandSource serverCommandSource, Collection<CommandFunction> collection)- Mappings:
Namespace Name Mixin selector official a
Lxt;a(Ldg;Ljava/util/Collection;)I
intermediary method_36354
Lnet/minecraft/class_3032;method_36354(Lnet/minecraft/class_2168;Ljava/util/Collection;)I
named method_36354
Lnet/minecraft/server/command/DebugCommand;method_36354(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
-