java.lang.Object
com.github.retrooper.packetevents.protocol.potion.PotionTypes

public class PotionTypes extends Object
Potion types are the individually applied potion effects.
Some examples are speed, poison and blindness.

For potions brewable in survival, see Potions.

  • Field Details

    • SPEED

      public static final PotionType SPEED
    • SLOWNESS

      public static final PotionType SLOWNESS
    • HASTE

      public static final PotionType HASTE
    • MINING_FATIGUE

      public static final PotionType MINING_FATIGUE
    • STRENGTH

      public static final PotionType STRENGTH
    • INSTANT_HEALTH

      public static final PotionType INSTANT_HEALTH
    • INSTANT_DAMAGE

      public static final PotionType INSTANT_DAMAGE
    • JUMP_BOOST

      public static final PotionType JUMP_BOOST
    • NAUSEA

      public static final PotionType NAUSEA
    • REGENERATION

      public static final PotionType REGENERATION
    • RESISTANCE

      public static final PotionType RESISTANCE
    • FIRE_RESISTANCE

      public static final PotionType FIRE_RESISTANCE
    • WATER_BREATHING

      public static final PotionType WATER_BREATHING
    • INVISIBILITY

      public static final PotionType INVISIBILITY
    • BLINDNESS

      public static final PotionType BLINDNESS
    • NIGHT_VISION

      public static final PotionType NIGHT_VISION
    • HUNGER

      public static final PotionType HUNGER
    • WEAKNESS

      public static final PotionType WEAKNESS
    • POISON

      public static final PotionType POISON
    • WITHER

      public static final PotionType WITHER
    • HEALTH_BOOST

      public static final PotionType HEALTH_BOOST
    • ABSORPTION

      public static final PotionType ABSORPTION
    • SATURATION

      public static final PotionType SATURATION
    • GLOWING

      public static final PotionType GLOWING
    • LEVITATION

      public static final PotionType LEVITATION
    • LUCK

      public static final PotionType LUCK
    • UNLUCK

      public static final PotionType UNLUCK
    • SLOW_FALLING

      public static final PotionType SLOW_FALLING
    • CONDUIT_POWER

      public static final PotionType CONDUIT_POWER
    • DOLPHINS_GRACE

      public static final PotionType DOLPHINS_GRACE
    • BAD_OMEN

      public static final PotionType BAD_OMEN
    • HERO_OF_THE_VILLAGE

      public static final PotionType HERO_OF_THE_VILLAGE
    • DARKNESS

      public static final PotionType DARKNESS
    • TRIAL_OMEN

      public static final PotionType TRIAL_OMEN
    • RAID_OMEN

      public static final PotionType RAID_OMEN
    • WIND_CHARGED

      public static final PotionType WIND_CHARGED
    • WEAVING

      public static final PotionType WEAVING
    • OOZING

      public static final PotionType OOZING
    • INFESTED

      public static final PotionType INFESTED
  • Constructor Details

    • PotionTypes

      public PotionTypes()
  • Method Details