Enum Class ItemType

java.lang.Object
java.lang.Enum<ItemType>
com.prineside.tdi2.enums.ItemType
All Implemented Interfaces:
Serializable, Comparable<ItemType>, Constable

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

    • GAME_VALUE_GLOBAL

      public static final ItemType GAME_VALUE_GLOBAL
    • GAME_VALUE_LEVEL

      public static final ItemType GAME_VALUE_LEVEL
    • STAR

      public static final ItemType STAR
    • OPENED_RESEARCH

      public static final ItemType OPENED_RESEARCH
    • ACCELERATOR

      public static final ItemType ACCELERATOR
    • TILE

      public static final ItemType TILE
    • GATE

      public static final ItemType GATE
    • RANDOM_TILE

      public static final ItemType RANDOM_TILE
    • RANDOM_BARRIER

      public static final ItemType RANDOM_BARRIER
    • RANDOM_TELEPORT

      public static final ItemType RANDOM_TELEPORT
    • RESOURCE

      public static final ItemType RESOURCE
    • CASE

      public static final ItemType CASE
    • TROPHY

      public static final ItemType TROPHY
    • ABILITY

      public static final ItemType ABILITY
    • SKILL_POINT

      public static final ItemType SKILL_POINT
    • GREEN_PAPER

      public static final ItemType GREEN_PAPER
    • BIT_DUST

      public static final ItemType BIT_DUST
    • PRESTIGE_DUST

      public static final ItemType PRESTIGE_DUST
    • BLUEPRINT

      public static final ItemType BLUEPRINT
    • ABILITY_TOKEN

      public static final ItemType ABILITY_TOKEN
    • CASE_KEY

      public static final ItemType CASE_KEY
    • RARITY_BOOST

      public static final ItemType RARITY_BOOST
    • LOOT_BOOST

      public static final ItemType LOOT_BOOST
    • PRESTIGE_TOKEN

      public static final ItemType PRESTIGE_TOKEN
    • RESEARCH_TOKEN

      public static final ItemType RESEARCH_TOKEN
    • RESEARCH_TOKEN_USED

      public static final ItemType RESEARCH_TOKEN_USED
    • LUCKY_SHOT_TOKEN

      public static final ItemType LUCKY_SHOT_TOKEN
    • DOUBLE_GAIN_SHARD

      public static final ItemType DOUBLE_GAIN_SHARD
    • DAT_PAPER

      public static final ItemType DAT_PAPER
  • Field Details

    • values

      public static final ItemType[] values
  • Method Details

    • values

      public static ItemType[] 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 ItemType 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