Enum Class UberEffects

java.lang.Object
java.lang.Enum<UberEffects>
me.sciguymjm.uberenchant.utils.UberEffects
All Implemented Interfaces:
Serializable, Comparable<UberEffects>, Constable

public enum UberEffects extends Enum<UberEffects>
Effects enum for use in UberEnchant
  • Enum Constant Details

    • SPEED

      public static final UberEffects SPEED
      For internal use.
    • SLOW

      public static final UberEffects SLOW
      For internal use.
    • FAST_DIGGING

      public static final UberEffects FAST_DIGGING
      For internal use.
    • SLOW_DIGGING

      public static final UberEffects SLOW_DIGGING
      For internal use.
    • INCREASE_DAMAGE

      public static final UberEffects INCREASE_DAMAGE
      For internal use.
    • HEAL

      public static final UberEffects HEAL
      For internal use.
    • HARM

      public static final UberEffects HARM
      For internal use.
    • JUMP

      public static final UberEffects JUMP
      For internal use.
    • CONFUSION

      public static final UberEffects CONFUSION
      For internal use.
    • REGENERATION

      public static final UberEffects REGENERATION
      For internal use.
    • DAMAGE_RESISTANCE

      public static final UberEffects DAMAGE_RESISTANCE
      For internal use.
    • FIRE_RESISTANCE

      public static final UberEffects FIRE_RESISTANCE
      For internal use.
    • WATER_BREATHING

      public static final UberEffects WATER_BREATHING
      For internal use.
    • INVISIBILITY

      public static final UberEffects INVISIBILITY
      For internal use.
    • BLINDNESS

      public static final UberEffects BLINDNESS
      For internal use.
    • NIGHT_VISION

      public static final UberEffects NIGHT_VISION
      For internal use.
    • HUNGER

      public static final UberEffects HUNGER
      For internal use.
    • WEAKNESS

      public static final UberEffects WEAKNESS
      For internal use.
    • POISON

      public static final UberEffects POISON
      For internal use.
    • WITHER

      public static final UberEffects WITHER
      For internal use.
    • HEALTH_BOOST

      public static final UberEffects HEALTH_BOOST
      For internal use.
    • ABSORPTION

      public static final UberEffects ABSORPTION
      For internal use.
    • SATURATION

      public static final UberEffects SATURATION
      For internal use.
    • GLOWING

      public static final UberEffects GLOWING
      For internal use.
    • LEVITATION

      public static final UberEffects LEVITATION
      For internal use.
    • LUCK

      public static final UberEffects LUCK
      For internal use.
    • UNLUCK

      public static final UberEffects UNLUCK
      For internal use.
    • SLOW_FALLING

      public static final UberEffects SLOW_FALLING
      For internal use.
    • CONDUIT_POWER

      public static final UberEffects CONDUIT_POWER
      For internal use.
    • DOLPHINS_GRACE

      public static final UberEffects DOLPHINS_GRACE
      For internal use.
    • BAD_OMEN

      public static final UberEffects BAD_OMEN
      For internal use.
    • HERO_OF_THE_VILLAGE

      public static final UberEffects HERO_OF_THE_VILLAGE
      For internal use.
    • DARKNESS

      public static final UberEffects DARKNESS
      For internal use.
  • Method Details

    • values

      public static UberEffects[] 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 UberEffects 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
    • getByType

      public static UberEffects getByType(org.bukkit.potion.PotionEffectType type)
      For internal use.
      Parameters:
      type - PotionEffectType
      Returns:
      UberEffects

      For internal use.