Enum Class DebuffType

java.lang.Object
java.lang.Enum<DebuffType>
org.rspeer.game.service.combat.DebuffType
All Implemented Interfaces:
Serializable, Comparable<DebuffType>, Constable

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

    • ACCURSED_SCEPTRE_SPEC

      public static final DebuffType ACCURSED_SCEPTRE_SPEC
    • TONALZTICS_OF_RALOS_SPEC

      public static final DebuffType TONALZTICS_OF_RALOS_SPEC
    • VULNERABILITY

      public static final DebuffType VULNERABILITY
  • Method Details

    • values

      public static DebuffType[] 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 DebuffType 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
    • isFiring

      public boolean isFiring(PathingEntity<?> source, PathingEntity<?> target)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DebuffType>