类 DebugCommand

java.lang.Object
net.minecraft.server.commands.DebugCommand

public class DebugCommand extends Object
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.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
  • 构造器详细资料

    • DebugCommand

      public DebugCommand()
  • 方法详细资料

    • register

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

      private static int start(CommandSourceStack pSource) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      抛出:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • stop

      private static int stop(CommandSourceStack pSource) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      抛出:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • traceFunction

      private static int traceFunction(CommandSourceStack pSource, Collection<CommandFunction> pFunctions)