Class AchievementCommand

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

public class AchievementCommand extends AbstractCommand
Mappings:
Namespace Name
official br
intermediary net/minecraft/class_1735
named net/minecraft/server/command/AchievementCommand
  • Constructor Details

    • AchievementCommand

      public AchievementCommand()
  • Method Details

    • getCommandName

      public String getCommandName()
      Mappings:
      Namespace Name Mixin selector
      official c Lbk;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 Lbi;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 Lbk;b(Lbn;)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 Lbk;a(Lnet/minecraft/server/MinecraftServer;Lbn;[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_14653

      private void method_14653(MinecraftServer minecraftServer, CommandSource commandSource, String[] string, ServerPlayerEntity serverPlayerEntity, AchievementCommand.class_3293 class_3293, AchievementCommand.class_3294 class_3294) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lbr;a(Lnet/minecraft/server/MinecraftServer;Lbn;[Ljava/lang/String;Loq;Lbr$a;Lbr$b;)V
      intermediary method_14653 Lnet/minecraft/class_1735;method_14653(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;Lnet/minecraft/class_798;Lnet/minecraft/class_1735$class_3293;Lnet/minecraft/class_1735$class_3294;)V
      named method_14653 Lnet/minecraft/server/command/AchievementCommand;method_14653(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/server/command/AchievementCommand$class_3293;Lnet/minecraft/server/command/AchievementCommand$class_3294;)V
    • method_14651

      private void method_14651(SimpleAdvancement simpleAdvancement, List<SimpleAdvancement> list)
      Mappings:
      Namespace Name Mixin selector
      official a Lbr;a(Li;Ljava/util/List;)V
      intermediary method_14651 Lnet/minecraft/class_1735;method_14651(Lnet/minecraft/class_3326;Ljava/util/List;)V
      named method_14651 Lnet/minecraft/server/command/AchievementCommand;method_14651(Lnet/minecraft/advancement/SimpleAdvancement;Ljava/util/List;)V
    • method_14650

      private List<SimpleAdvancement> method_14650(SimpleAdvancement simpleAdvancement, AchievementCommand.class_3294 class_3294)
      Mappings:
      Namespace Name Mixin selector
      official a Lbr;a(Li;Lbr$b;)Ljava/util/List;
      intermediary method_14650 Lnet/minecraft/class_1735;method_14650(Lnet/minecraft/class_3326;Lnet/minecraft/class_1735$class_3294;)Ljava/util/List;
      named method_14650 Lnet/minecraft/server/command/AchievementCommand;method_14650(Lnet/minecraft/advancement/SimpleAdvancement;Lnet/minecraft/server/command/AchievementCommand$class_3294;)Ljava/util/List;
    • method_14649

      private void method_14649(CommandSource commandSource, ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement, String string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lbr;a(Lbn;Loq;Li;Ljava/lang/String;)V
      intermediary method_14649 Lnet/minecraft/class_1735;method_14649(Lnet/minecraft/class_1061;Lnet/minecraft/class_798;Lnet/minecraft/class_3326;Ljava/lang/String;)V
      named method_14649 Lnet/minecraft/server/command/AchievementCommand;method_14649(Lnet/minecraft/command/CommandSource;Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/advancement/SimpleAdvancement;Ljava/lang/String;)V
    • method_14648

      private void method_14648(CommandSource commandSource, ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lbr;a(Lbn;Loq;Li;)V
      intermediary method_14648 Lnet/minecraft/class_1735;method_14648(Lnet/minecraft/class_1061;Lnet/minecraft/class_798;Lnet/minecraft/class_3326;)V
      named method_14648 Lnet/minecraft/server/command/AchievementCommand;method_14648(Lnet/minecraft/command/CommandSource;Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/advancement/SimpleAdvancement;)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 Lbk;a(Lnet/minecraft/server/MinecraftServer;Lbn;[Ljava/lang/String;Let;)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;
    • method_14652

      private List<Identifier> method_14652(MinecraftServer minecraftServer)
      Mappings:
      Namespace Name Mixin selector
      official a Lbr;a(Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;
      intermediary method_14652 Lnet/minecraft/class_1735;method_14652(Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;
      named method_14652 Lnet/minecraft/server/command/AchievementCommand;method_14652(Lnet/minecraft/server/MinecraftServer;)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 Lbk;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
    • method_14654

      public static SimpleAdvancement method_14654(MinecraftServer minecraftServer, String string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lbr;a(Lnet/minecraft/server/MinecraftServer;Ljava/lang/String;)Li;
      intermediary method_14654 Lnet/minecraft/class_1735;method_14654(Lnet/minecraft/server/MinecraftServer;Ljava/lang/String;)Lnet/minecraft/class_3326;
      named method_14654 Lnet/minecraft/server/command/AchievementCommand;method_14654(Lnet/minecraft/server/MinecraftServer;Ljava/lang/String;)Lnet/minecraft/advancement/SimpleAdvancement;