Enum Class StageIcon

java.lang.Object
java.lang.Enum<StageIcon>
com.pixelmonmod.pixelmon.quests.quest.StageIcon
All Implemented Interfaces:
Serializable, Comparable<StageIcon>, Constable

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

    • EXCLAMATION_MARK

      public static final StageIcon EXCLAMATION_MARK
    • QUESTION_MARK

      public static final StageIcon QUESTION_MARK
    • FOUR_POINTED_STAR

      public static final StageIcon FOUR_POINTED_STAR
    • SPEECH_BUBBLE

      public static final StageIcon SPEECH_BUBBLE
    • GEAR

      public static final StageIcon GEAR
    • POKEBALL

      public static final StageIcon POKEBALL
    • CLOCK

      public static final StageIcon CLOCK
  • Method Details

    • values

      public static StageIcon[] 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 StageIcon 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
    • getResource

      public net.minecraft.resources.ResourceLocation getResource()
    • getIcon

      public static StageIcon getIcon(byte ordinal)