Enum Class AdvancementCommand.Selection

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

private static enum AdvancementCommand.Selection extends Enum<AdvancementCommand.Selection>
Mappings:
Namespace Name
official adg$b
intermediary net/minecraft/class_3008$class_3010
named net/minecraft/server/command/AdvancementCommand$Selection
  • Enum Constant Details

    • ONLY

      public static final AdvancementCommand.Selection ONLY
      Mappings:
      Namespace Name Mixin selector
      official a Ladg$b;a:Ladg$b;
      intermediary field_13464 Lnet/minecraft/class_3008$class_3010;field_13464:Lnet/minecraft/class_3008$class_3010;
      named ONLY Lnet/minecraft/server/command/AdvancementCommand$Selection;ONLY:Lnet/minecraft/server/command/AdvancementCommand$Selection;
    • THROUGH

      public static final AdvancementCommand.Selection THROUGH
      Mappings:
      Namespace Name Mixin selector
      official b Ladg$b;b:Ladg$b;
      intermediary field_13462 Lnet/minecraft/class_3008$class_3010;field_13462:Lnet/minecraft/class_3008$class_3010;
      named THROUGH Lnet/minecraft/server/command/AdvancementCommand$Selection;THROUGH:Lnet/minecraft/server/command/AdvancementCommand$Selection;
    • FROM

      public static final AdvancementCommand.Selection FROM
      Mappings:
      Namespace Name Mixin selector
      official c Ladg$b;c:Ladg$b;
      intermediary field_13458 Lnet/minecraft/class_3008$class_3010;field_13458:Lnet/minecraft/class_3008$class_3010;
      named FROM Lnet/minecraft/server/command/AdvancementCommand$Selection;FROM:Lnet/minecraft/server/command/AdvancementCommand$Selection;
    • UNTIL

      public static final AdvancementCommand.Selection UNTIL
      Mappings:
      Namespace Name Mixin selector
      official d Ladg$b;d:Ladg$b;
      intermediary field_13465 Lnet/minecraft/class_3008$class_3010;field_13465:Lnet/minecraft/class_3008$class_3010;
      named UNTIL Lnet/minecraft/server/command/AdvancementCommand$Selection;UNTIL:Lnet/minecraft/server/command/AdvancementCommand$Selection;
    • EVERYTHING

      public static final AdvancementCommand.Selection EVERYTHING
      Mappings:
      Namespace Name Mixin selector
      official e Ladg$b;e:Ladg$b;
      intermediary field_13461 Lnet/minecraft/class_3008$class_3010;field_13461:Lnet/minecraft/class_3008$class_3010;
      named EVERYTHING Lnet/minecraft/server/command/AdvancementCommand$Selection;EVERYTHING:Lnet/minecraft/server/command/AdvancementCommand$Selection;
  • Field Details

    • before

      final boolean before
      Mappings:
      Namespace Name Mixin selector
      official f Ladg$b;f:Z
      intermediary field_13460 Lnet/minecraft/class_3008$class_3010;field_13460:Z
      named before Lnet/minecraft/server/command/AdvancementCommand$Selection;before:Z
    • after

      final boolean after
      Mappings:
      Namespace Name Mixin selector
      official g Ladg$b;g:Z
      intermediary field_13459 Lnet/minecraft/class_3008$class_3010;field_13459:Z
      named after Lnet/minecraft/server/command/AdvancementCommand$Selection;after:Z
  • Constructor Details

    • Selection

      private Selection(boolean before, boolean after)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ladg$b;<init>(Ljava/lang/String;IZZ)V
      intermediary <init> Lnet/minecraft/class_3008$class_3010;<init>(Ljava/lang/String;IZZ)V
      named <init> Lnet/minecraft/server/command/AdvancementCommand$Selection;<init>(Ljava/lang/String;IZZ)V
  • Method Details

    • values

      public static AdvancementCommand.Selection[] 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 AdvancementCommand.Selection 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