Enum Class TrophyType

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

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

    • SPECIAL_STORYLINE

      public static final TrophyType SPECIAL_STORYLINE
    • SPECIAL_DEVELOPER

      public static final TrophyType SPECIAL_DEVELOPER
    • SPECIAL_MILLION

      public static final TrophyType SPECIAL_MILLION
    • SPECIAL_MASTER

      public static final TrophyType SPECIAL_MASTER
    • MODIFIER_BALANCE

      public static final TrophyType MODIFIER_BALANCE
    • MODIFIER_POWER

      public static final TrophyType MODIFIER_POWER
    • MODIFIER_DAMAGE

      public static final TrophyType MODIFIER_DAMAGE
    • MODIFIER_ATTACK_SPEED

      public static final TrophyType MODIFIER_ATTACK_SPEED
    • MODIFIER_MINING_SPEED

      public static final TrophyType MODIFIER_MINING_SPEED
    • MODIFIER_BOUNTY

      public static final TrophyType MODIFIER_BOUNTY
    • MODIFIER_EXPERIENCE

      public static final TrophyType MODIFIER_EXPERIENCE
    • TOWER_BASIC

      public static final TrophyType TOWER_BASIC
    • TOWER_SNIPER

      public static final TrophyType TOWER_SNIPER
    • TOWER_CANNON

      public static final TrophyType TOWER_CANNON
    • TOWER_FREEZING

      public static final TrophyType TOWER_FREEZING
    • TOWER_AIR

      public static final TrophyType TOWER_AIR
    • TOWER_SPLASH

      public static final TrophyType TOWER_SPLASH
    • TOWER_BLAST

      public static final TrophyType TOWER_BLAST
    • TOWER_MULTISHOT

      public static final TrophyType TOWER_MULTISHOT
    • TOWER_MINIGUN

      public static final TrophyType TOWER_MINIGUN
    • TOWER_VENOM

      public static final TrophyType TOWER_VENOM
    • TOWER_TESLA

      public static final TrophyType TOWER_TESLA
    • TOWER_MISSILE

      public static final TrophyType TOWER_MISSILE
    • TOWER_FLAMETHROWER

      public static final TrophyType TOWER_FLAMETHROWER
    • TOWER_LASER

      public static final TrophyType TOWER_LASER
    • MINER_SCALAR

      public static final TrophyType MINER_SCALAR
    • MINER_VECTOR

      public static final TrophyType MINER_VECTOR
    • MINER_MATRIX

      public static final TrophyType MINER_MATRIX
    • MINER_TENSOR

      public static final TrophyType MINER_TENSOR
    • MINER_INFIAR

      public static final TrophyType MINER_INFIAR
    • RESOURCE_SCALAR

      public static final TrophyType RESOURCE_SCALAR
    • RESOURCE_VECTOR

      public static final TrophyType RESOURCE_VECTOR
    • RESOURCE_MATRIX

      public static final TrophyType RESOURCE_MATRIX
    • RESOURCE_TENSOR

      public static final TrophyType RESOURCE_TENSOR
    • RESOURCE_INFIAR

      public static final TrophyType RESOURCE_INFIAR
  • Field Details

    • values

      public static final TrophyType[] values
  • Method Details

    • values

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