Class HelpCommand

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

public class HelpCommand extends AbstractCommand
Mappings:
Namespace Name
official au
intermediary net/minecraft/class_1186
named net/minecraft/server/command/HelpCommand
  • Constructor Details

    • HelpCommand

      public HelpCommand()
  • Method Details

    • getCommandName

      public String getCommandName()
      Mappings:
      Namespace Name Mixin selector
      official c Laa;c()Ljava/lang/String;
      intermediary method_3277 Lnet/minecraft/class_1007;method_3277()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 Ly;a()I
      intermediary method_4634 Lnet/minecraft/class_955;method_4634()I
      named getPermissionLevel Lnet/minecraft/command/AbstractCommand;getPermissionLevel()I
    • getUsageTranslationKey

      public String getUsageTranslationKey(CommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official c Laa;c(Lac;)Ljava/lang/String;
      intermediary method_3275 Lnet/minecraft/class_1007;method_3275(Lnet/minecraft/class_1061;)Ljava/lang/String;
      named getUsageTranslationKey Lnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
    • getAliases

      public List getAliases()
      Specified by:
      getAliases in interface Command
      Overrides:
      getAliases in class AbstractCommand
      Mappings:
      Namespace Name Mixin selector
      official b Laa;b()Ljava/util/List;
      intermediary method_3274 Lnet/minecraft/class_1007;method_3274()Ljava/util/List;
      named getAliases Lnet/minecraft/command/Command;getAliases()Ljava/util/List;
    • execute

      public void execute(CommandSource source, String[] args)
      Mappings:
      Namespace Name Mixin selector
      official b Laa;b(Lac;[Ljava/lang/String;)V
      intermediary method_3279 Lnet/minecraft/class_1007;method_3279(Lnet/minecraft/class_1061;[Ljava/lang/String;)V
      named execute Lnet/minecraft/command/Command;execute(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
    • method_3863

      protected List method_3863(CommandSource commandSource)
      Mappings:
      Namespace Name Mixin selector
      official d Lau;d(Lac;)Ljava/util/List;
      intermediary method_3863 Lnet/minecraft/class_1186;method_3863(Lnet/minecraft/class_1061;)Ljava/util/List;
      named method_3863 Lnet/minecraft/server/command/HelpCommand;method_3863(Lnet/minecraft/command/CommandSource;)Ljava/util/List;
    • method_3862

      protected Map method_3862()
      Mappings:
      Namespace Name Mixin selector
      official d Lau;d()Ljava/util/Map;
      intermediary method_3862 Lnet/minecraft/class_1186;method_3862()Ljava/util/Map;
      named method_3862 Lnet/minecraft/server/command/HelpCommand;method_3862()Ljava/util/Map;