Enum Class BuffType

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

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

    • FREEZING

      public static final BuffType FREEZING
    • POISON

      public static final BuffType POISON
    • BURN

      public static final BuffType BURN
    • BLIZZARD

      public static final BuffType BLIZZARD
    • ARMOR

      public static final BuffType ARMOR
    • SNOWBALL

      public static final BuffType SNOWBALL
    • REGENERATION

      public static final BuffType REGENERATION
    • THROW_BACK

      public static final BuffType THROW_BACK
    • STUN

      public static final BuffType STUN
    • BONUS_COINS

      public static final BuffType BONUS_COINS
    • BONUS_XP

      public static final BuffType BONUS_XP
    • DEATH_EXPLOSION

      public static final BuffType DEATH_EXPLOSION
    • CHAIN_REACTION

      public static final BuffType CHAIN_REACTION
    • VULNERABILITY

      public static final BuffType VULNERABILITY
    • INVULNERABILITY

      public static final BuffType INVULNERABILITY
    • SLIPPING

      public static final BuffType SLIPPING
    • NO_DAMAGE

      public static final BuffType NO_DAMAGE
    • NO_BONUS_SYSTEM_POINTS

      public static final BuffType NO_BONUS_SYSTEM_POINTS
  • Field Details

    • relevantClasses

      public static final Class[] relevantClasses
    • values

      public static final BuffType[] values
  • Method Details

    • values

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