Enum Class TowerStatType

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

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

    • RANGE

      public static final TowerStatType RANGE
    • MIN_RANGE

      public static final TowerStatType MIN_RANGE
    • DAMAGE

      public static final TowerStatType DAMAGE
    • ATTACK_SPEED

      public static final TowerStatType ATTACK_SPEED
    • ROTATION_SPEED

      public static final TowerStatType ROTATION_SPEED
    • PROJECTILE_SPEED

      public static final TowerStatType PROJECTILE_SPEED
    • AIM_SPEED

      public static final TowerStatType AIM_SPEED
    • CHARGING_SPEED

      public static final TowerStatType CHARGING_SPEED
    • FREEZE_PERCENT

      public static final TowerStatType FREEZE_PERCENT
    • FREEZE_SPEED

      public static final TowerStatType FREEZE_SPEED
    • STUN_CHANCE

      public static final TowerStatType STUN_CHANCE
    • CHAIN_LIGHTNING_DAMAGE

      public static final TowerStatType CHAIN_LIGHTNING_DAMAGE
    • RESOURCE_CONSUMPTION

      public static final TowerStatType RESOURCE_CONSUMPTION
    • DURATION

      public static final TowerStatType DURATION
    • PRICE

      public static final TowerStatType PRICE
    • STARTING_LEVEL

      public static final TowerStatType STARTING_LEVEL
    • STARTING_POWER

      public static final TowerStatType STARTING_POWER
    • MAX_EXP_LEVEL

      public static final TowerStatType MAX_EXP_LEVEL
    • MAX_UPGRADE_LEVEL

      public static final TowerStatType MAX_UPGRADE_LEVEL
    • EXPERIENCE_MULTIPLIER

      public static final TowerStatType EXPERIENCE_MULTIPLIER
    • EXPERIENCE_GENERATION

      public static final TowerStatType EXPERIENCE_GENERATION
    • UPGRADE_PRICE

      public static final TowerStatType UPGRADE_PRICE
    • U_PIERCING

      public static final TowerStatType U_PIERCING
    • U_DAMAGE_MULTIPLY

      public static final TowerStatType U_DAMAGE_MULTIPLY
    • U_CRIT_CHANCE

      public static final TowerStatType U_CRIT_CHANCE
    • U_CRIT_MULTIPLIER

      public static final TowerStatType U_CRIT_MULTIPLIER
    • U_EXPLOSION_RANGE

      public static final TowerStatType U_EXPLOSION_RANGE
    • U_POISON_DURATION_BONUS

      public static final TowerStatType U_POISON_DURATION_BONUS
    • U_CHAIN_LIGHTNING_BONUS_LENGTH

      public static final TowerStatType U_CHAIN_LIGHTNING_BONUS_LENGTH
    • U_POISON_DURATION

      public static final TowerStatType U_POISON_DURATION
    • U_PROJECTILE_COUNT

      public static final TowerStatType U_PROJECTILE_COUNT
    • U_STUN_DURATION

      public static final TowerStatType U_STUN_DURATION
    • U_QUAKE_CHARGE_SPEED

      public static final TowerStatType U_QUAKE_CHARGE_SPEED
    • U_BURN_CHANCE

      public static final TowerStatType U_BURN_CHANCE
    • U_BURN_DAMAGE

      public static final TowerStatType U_BURN_DAMAGE
    • U_ACCELERATION

      public static final TowerStatType U_ACCELERATION
    • U_SHOOT_ANGLE

      public static final TowerStatType U_SHOOT_ANGLE
    • U_CHAIN_LIGHTNING_LENGTH

      public static final TowerStatType U_CHAIN_LIGHTNING_LENGTH
    • U_LRM_AIM_SPEED

      public static final TowerStatType U_LRM_AIM_SPEED
    • U_BURNING_TIME

      public static final TowerStatType U_BURNING_TIME
    • U_BATTERIES_CAPACITY

      public static final TowerStatType U_BATTERIES_CAPACITY
    • U_BONUS_COINS

      public static final TowerStatType U_BONUS_COINS
    • U_BONUS_EXPERIENCE

      public static final TowerStatType U_BONUS_EXPERIENCE
    • U_SHARED_DAMAGE

      public static final TowerStatType U_SHARED_DAMAGE
    • U_DIRECT_FIRE_DAMAGE

      public static final TowerStatType U_DIRECT_FIRE_DAMAGE
    • U_MAGAZINE_SIZE

      public static final TowerStatType U_MAGAZINE_SIZE
  • Field Details

  • Method Details

    • values

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