Class DebugCommand

java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.command.DebugCommand
All Implemented Interfaces:
Comparable<Command>, Command

public class DebugCommand
extends AbstractCommand
Mappings:
Namespace Name
official x
intermediary net/minecraft/class_1977
named net/minecraft/server/command/DebugCommand
  • Field Details

    • field_8428

      private static final Logger field_8428
      Mappings:
      Namespace Name Mixin selector
      official a Lx;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_8428 Lnet/minecraft/class_1977;field_8428:Lorg/apache/logging/log4j/Logger;
      named field_8428 Lnet/minecraft/server/command/DebugCommand;field_8428:Lorg/apache/logging/log4j/Logger;
    • field_8429

      private long field_8429
      Mappings:
      Namespace Name Mixin selector
      official b Lx;b:J
      intermediary field_8429 Lnet/minecraft/class_1977;field_8429:J
      named field_8429 Lnet/minecraft/server/command/DebugCommand;field_8429:J
    • field_8430

      private int field_8430
      Mappings:
      Namespace Name Mixin selector
      official c Lx;c:I
      intermediary field_8430 Lnet/minecraft/class_1977;field_8430:I
      named field_8430 Lnet/minecraft/server/command/DebugCommand;field_8430:I
  • Constructor Details

    • DebugCommand

      public DebugCommand()
  • Method Details

    • getCommandName

      public String getCommandName()
      Mappings:
      Namespace Name Mixin selector
      official c Lk;c()Ljava/lang/String;
      intermediary method_5889 Lnet/minecraft/class_1606;method_5889()Ljava/lang/String;
      named getCommandName Lnet/minecraft/command/Command;getCommandName()Ljava/lang/String;
    • getPermissionLevel

      public int getPermissionLevel()
      Overrides:
      getPermissionLevel in class AbstractCommand
      Mappings:
      Namespace Name Mixin selector
      official a Li;a()I
      intermediary method_5657 Lnet/minecraft/class_1545;method_5657()I
      named getPermissionLevel Lnet/minecraft/command/AbstractCommand;getPermissionLevel()I
    • getUsageTranslationKey

      public String getUsageTranslationKey​(CommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official c Lk;c(Lm;)Ljava/lang/String;
      intermediary method_5890 Lnet/minecraft/class_1606;method_5890(Lnet/minecraft/class_1659;)Ljava/lang/String;
      named getUsageTranslationKey Lnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
    • execute

      public void execute​(CommandSource source, String[] args) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lk;a(Lm;[Ljava/lang/String;)V
      intermediary method_5885 Lnet/minecraft/class_1606;method_5885(Lnet/minecraft/class_1659;[Ljava/lang/String;)V
      named execute Lnet/minecraft/command/Command;execute(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
    • method_8074

      private void method_8074​(long long2, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lx;a(JI)V
      intermediary method_8074 Lnet/minecraft/class_1977;method_8074(JI)V
      named method_8074 Lnet/minecraft/server/command/DebugCommand;method_8074(JI)V
    • method_8075

      private String method_8075​(long long2, int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lx;b(JI)Ljava/lang/String;
      intermediary method_8075 Lnet/minecraft/class_1977;method_8075(JI)Ljava/lang/String;
      named method_8075 Lnet/minecraft/server/command/DebugCommand;method_8075(JI)Ljava/lang/String;
    • method_8073

      private void method_8073​(int int2, String string, StringBuilder stringBuilder)
      Mappings:
      Namespace Name Mixin selector
      official a Lx;a(ILjava/lang/String;Ljava/lang/StringBuilder;)V
      intermediary method_8073 Lnet/minecraft/class_1977;method_8073(ILjava/lang/String;Ljava/lang/StringBuilder;)V
      named method_8073 Lnet/minecraft/server/command/DebugCommand;method_8073(ILjava/lang/String;Ljava/lang/StringBuilder;)V
    • method_8076

      private static String method_8076()
      Mappings:
      Namespace Name Mixin selector
      official d Lx;d()Ljava/lang/String;
      intermediary method_8076 Lnet/minecraft/class_1977;method_8076()Ljava/lang/String;
      named method_8076 Lnet/minecraft/server/command/DebugCommand;method_8076()Ljava/lang/String;
    • getAutoCompleteHints

      public List<String> getAutoCompleteHints​(CommandSource source, String[] args, BlockPos pos)
      Specified by:
      getAutoCompleteHints in interface Command
      Overrides:
      getAutoCompleteHints in class AbstractCommand
      Mappings:
      Namespace Name Mixin selector
      official a Lk;a(Lm;[Ljava/lang/String;Lcj;)Ljava/util/List;
      intermediary method_5886 Lnet/minecraft/class_1606;method_5886(Lnet/minecraft/class_1659;[Ljava/lang/String;Lnet/minecraft/class_1372;)Ljava/util/List;
      named getAutoCompleteHints Lnet/minecraft/command/Command;getAutoCompleteHints(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;