java.lang.Object
java.lang.Enum<Hero>
com.cmiurca.saintseiyadeckbuilding.saintseiya.Hero
All Implemented Interfaces:
Serializable, Comparable<Hero>, Constable

public enum Hero extends Enum<Hero>
Hero enum, where the hero is created
Since:
2023-02-04
  • Enum Constant Details

    • SEIYA

      public static final Hero SEIYA
      Seiya
    • SHIRYU

      public static final Hero SHIRYU
      Shiryu
    • SHUN

      public static final Hero SHUN
      Shun
    • HYOGA

      public static final Hero HYOGA
      Hyoga
    • IKKI

      public static final Hero IKKI
      Ikki
  • Method Details

    • values

      public static Hero[] 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 Hero 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
    • getArmorId

      public int getArmorId()