Class DebugCommand

java.lang.Object
net.minecraft.command.impl.DebugCommand

public class DebugCommand extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • ERROR_NOT_RUNNING

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_RUNNING
    • ERROR_ALREADY_RUNNING

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_RUNNING
    • ZIP_FS_PROVIDER

      @Nullable private static final FileSystemProvider ZIP_FS_PROVIDER
  • Constructor Details

    • DebugCommand

      public DebugCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198330_0_)
    • start

      private static int start(CommandSource p_198335_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • stop

      private static int stop(CommandSource p_198336_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • report

      private static int report(CommandSource p_225389_0_)