Enum Class AchievementCommand.class_3293

java.lang.Object
java.lang.Enum<AchievementCommand.class_3293>
net.minecraft.server.command.AchievementCommand.class_3293
All Implemented Interfaces:
Serializable, Comparable<AchievementCommand.class_3293>, Constable
Enclosing class:
AchievementCommand

static enum AchievementCommand.class_3293 extends Enum<AchievementCommand.class_3293>
Mappings:
Namespace Name
official br$a
intermediary net/minecraft/class_1735$class_3293
named net/minecraft/server/command/AchievementCommand$class_3293
  • Enum Constant Details

    • field_16111

      public static final AchievementCommand.class_3293 field_16111
      Mappings:
      Namespace Name Mixin selector
      official a Lbr$a;a:Lbr$a;
      intermediary field_16111 Lnet/minecraft/class_1735$class_3293;field_16111:Lnet/minecraft/class_1735$class_3293;
      named field_16111 Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16111:Lnet/minecraft/server/command/AchievementCommand$class_3293;
    • field_16112

      public static final AchievementCommand.class_3293 field_16112
      Mappings:
      Namespace Name Mixin selector
      official b Lbr$a;b:Lbr$a;
      intermediary field_16112 Lnet/minecraft/class_1735$class_3293;field_16112:Lnet/minecraft/class_1735$class_3293;
      named field_16112 Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16112:Lnet/minecraft/server/command/AchievementCommand$class_3293;
  • Field Details

    • field_16113

      final String field_16113
      Mappings:
      Namespace Name Mixin selector
      official c Lbr$a;c:Ljava/lang/String;
      intermediary field_16113 Lnet/minecraft/class_1735$class_3293;field_16113:Ljava/lang/String;
      named field_16113 Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16113:Ljava/lang/String;
    • field_16114

      final String field_16114
      Mappings:
      Namespace Name Mixin selector
      official d Lbr$a;d:Ljava/lang/String;
      intermediary field_16114 Lnet/minecraft/class_1735$class_3293;field_16114:Ljava/lang/String;
      named field_16114 Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16114:Ljava/lang/String;
  • Constructor Details

    • class_3293

      private class_3293(String string)
  • Method Details

    • values

      public static AchievementCommand.class_3293[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AchievementCommand.class_3293 valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • method_14656

      @Nullable static AchievementCommand.class_3293 method_14656(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lbr$a;a(Ljava/lang/String;)Lbr$a;
      intermediary method_14656 Lnet/minecraft/class_1735$class_3293;method_14656(Ljava/lang/String;)Lnet/minecraft/class_1735$class_3293;
      named method_14656 Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14656(Ljava/lang/String;)Lnet/minecraft/server/command/AchievementCommand$class_3293;
    • method_14655

      CommandException method_14655()
      Mappings:
      Namespace Name Mixin selector
      official a Lbr$a;a()Lei;
      intermediary method_14655 Lnet/minecraft/class_1735$class_3293;method_14655()Lnet/minecraft/class_55;
      named method_14655 Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14655()Lnet/minecraft/command/CommandException;
    • method_14659

      public int method_14659(ServerPlayerEntity serverPlayerEntity, Iterable<SimpleAdvancement> iterable)
      Mappings:
      Namespace Name Mixin selector
      official a Lbr$a;a(Loq;Ljava/lang/Iterable;)I
      intermediary method_14659 Lnet/minecraft/class_1735$class_3293;method_14659(Lnet/minecraft/class_798;Ljava/lang/Iterable;)I
      named method_14659 Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14659(Lnet/minecraft/entity/player/ServerPlayerEntity;Ljava/lang/Iterable;)I
    • method_14657

      protected abstract boolean method_14657(ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement)
      Mappings:
      Namespace Name Mixin selector
      official a Lbr$a;a(Loq;Li;)Z
      intermediary method_14657 Lnet/minecraft/class_1735$class_3293;method_14657(Lnet/minecraft/class_798;Lnet/minecraft/class_3326;)Z
      named method_14657 Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14657(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/advancement/SimpleAdvancement;)Z
    • method_14658

      protected abstract boolean method_14658(ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lbr$a;a(Loq;Li;Ljava/lang/String;)Z
      intermediary method_14658 Lnet/minecraft/class_1735$class_3293;method_14658(Lnet/minecraft/class_798;Lnet/minecraft/class_3326;Ljava/lang/String;)Z
      named method_14658 Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14658(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/advancement/SimpleAdvancement;Ljava/lang/String;)Z