Class DebugCommand

java.lang.Object
net.minecraft.server.commands.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
  • Constructor Details

    • DebugCommand

      public DebugCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136906_)
    • start

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

      private static int stop(CommandSourceStack p_136916_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • traceFunction

      private static int traceFunction(CommandSourceStack p_180066_, Collection<CommandFunction> p_180067_)