Package net.minecraft

Class class_3029

All Implemented Interfaces:
Comparable<Command>, Command

public class class_3029 extends AbstractCommand
Mappings:
Namespace Name
official bx
intermediary net/minecraft/class_3029
named net/minecraft/class_3029
  • Constructor Details

    • class_3029

      public class_3029()
  • Method Details

    • getCommandName

      public String getCommandName()
      Mappings:
      Namespace Name Mixin selector
      official c Ll;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 Lj;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 b Ll;b(Ln;)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;
    • method_3279

      public void method_3279(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Ll;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;)V
      intermediary method_3279 Lnet/minecraft/class_1007;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;)V
      named method_3279 Lnet/minecraft/command/Command;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
    • method_13463

      private static void method_13463(Entity entity, AbstractCommand.Coordinate coordinate, AbstractCommand.Coordinate coordinate2, AbstractCommand.Coordinate coordinate3, AbstractCommand.Coordinate coordinate4, AbstractCommand.Coordinate coordinate5)
      Mappings:
      Namespace Name Mixin selector
      official a Lbx;a(Lsn;Lj$a;Lj$a;Lj$a;Lj$a;Lj$a;)V
      intermediary method_13463 Lnet/minecraft/class_3029;method_13463(Lnet/minecraft/class_864;Lnet/minecraft/class_955$class_2588;Lnet/minecraft/class_955$class_2588;Lnet/minecraft/class_955$class_2588;Lnet/minecraft/class_955$class_2588;Lnet/minecraft/class_955$class_2588;)V
      named method_13463 Lnet/minecraft/class_3029;method_13463(Lnet/minecraft/entity/Entity;Lnet/minecraft/command/AbstractCommand$Coordinate;Lnet/minecraft/command/AbstractCommand$Coordinate;Lnet/minecraft/command/AbstractCommand$Coordinate;Lnet/minecraft/command/AbstractCommand$Coordinate;Lnet/minecraft/command/AbstractCommand$Coordinate;)V
    • method_10738

      public List<String> method_10738(MinecraftServer server, CommandSource source, String[] string, @Nullable BlockPos pos)
      Specified by:
      method_10738 in interface Command
      Overrides:
      method_10738 in class AbstractCommand
      Mappings:
      Namespace Name Mixin selector
      official a Ll;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;Lco;)Ljava/util/List;
      intermediary method_10738 Lnet/minecraft/class_1007;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;Lnet/minecraft/class_2552;)Ljava/util/List;
      named method_10738 Lnet/minecraft/command/Command;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
    • isUsernameAtIndex

      public boolean isUsernameAtIndex(String[] args, int index)
      Specified by:
      isUsernameAtIndex in interface Command
      Overrides:
      isUsernameAtIndex in class AbstractCommand
      Mappings:
      Namespace Name Mixin selector
      official b Ll;b([Ljava/lang/String;I)Z
      intermediary method_4674 Lnet/minecraft/class_1007;method_4674([Ljava/lang/String;I)Z
      named isUsernameAtIndex Lnet/minecraft/command/Command;isUsernameAtIndex([Ljava/lang/String;I)Z