Enum Class AdvancementState

java.lang.Object
java.lang.Enum<AdvancementState>
net.minecraft.client.gui.advancements.AdvancementState
All Implemented Interfaces:
Serializable, Comparable<AdvancementState>, Constable

public enum AdvancementState extends Enum<AdvancementState>
  • Enum Constant Details

  • Field Details

    • y

      private final int y
  • Constructor Details

    • AdvancementState

      private AdvancementState(int p_i47384_3_)
  • Method Details

    • values

      public static AdvancementState[] 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 AdvancementState 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
    • getIndex

      public int getIndex()