Class PotionEffectType

java.lang.Object
org.bukkit.potion.PotionEffectType
All Implemented Interfaces:
FeatureDependant, Keyed, Translatable, Keyed, Translatable
Direct Known Subclasses:
PotionEffectTypeWrapper

public abstract class PotionEffectType extends Object implements Keyed, Translatable, Translatable, FeatureDependant
Represents a type of potion and its effect on an entity.
  • Field Details Link icon

    • SPEED Link icon

      public static final PotionEffectType SPEED
      Increases movement speed.
    • SLOWNESS Link icon

      public static final PotionEffectType SLOWNESS
      Decreases movement speed.
    • HASTE Link icon

      public static final PotionEffectType HASTE
      Increases dig speed.
    • MINING_FATIGUE Link icon

      public static final PotionEffectType MINING_FATIGUE
      Decreases dig speed.
    • STRENGTH Link icon

      public static final PotionEffectType STRENGTH
      Increases damage dealt.
    • INSTANT_HEALTH Link icon

      public static final PotionEffectType INSTANT_HEALTH
      Heals an entity.
    • INSTANT_DAMAGE Link icon

      public static final PotionEffectType INSTANT_DAMAGE
      Hurts an entity.
    • JUMP_BOOST Link icon

      public static final PotionEffectType JUMP_BOOST
      Increases jump height.
    • NAUSEA Link icon

      public static final PotionEffectType NAUSEA
      Warps vision on the client.
    • REGENERATION Link icon

      public static final PotionEffectType REGENERATION
      Regenerates health.
    • RESISTANCE Link icon

      public static final PotionEffectType RESISTANCE
      Decreases damage dealt to an entity.
    • FIRE_RESISTANCE Link icon

      public static final PotionEffectType FIRE_RESISTANCE
      Stops fire damage.
    • WATER_BREATHING Link icon

      public static final PotionEffectType WATER_BREATHING
      Allows breathing underwater.
    • INVISIBILITY Link icon

      public static final PotionEffectType INVISIBILITY
      Grants invisibility.
    • BLINDNESS Link icon

      public static final PotionEffectType BLINDNESS
      Blinds an entity.
    • NIGHT_VISION Link icon

      public static final PotionEffectType NIGHT_VISION
      Allows an entity to see in the dark.
    • HUNGER Link icon

      public static final PotionEffectType HUNGER
      Increases hunger.
    • WEAKNESS Link icon

      public static final PotionEffectType WEAKNESS
      Decreases damage dealt by an entity.
    • POISON Link icon

      public static final PotionEffectType POISON
      Deals damage to an entity over time.
    • WITHER Link icon

      public static final PotionEffectType WITHER
      Deals damage to an entity over time and gives the health to the shooter.
    • HEALTH_BOOST Link icon

      public static final PotionEffectType HEALTH_BOOST
      Increases the maximum health of an entity.
    • ABSORPTION Link icon

      public static final PotionEffectType ABSORPTION
      Increases the maximum health of an entity with health that cannot be regenerated, but is refilled every 30 seconds.
    • SATURATION Link icon

      public static final PotionEffectType SATURATION
      Increases the food level of an entity each tick.
    • GLOWING Link icon

      public static final PotionEffectType GLOWING
      Outlines the entity so that it can be seen from afar.
    • LEVITATION Link icon

      public static final PotionEffectType LEVITATION
      Causes the entity to float into the air.
    • LUCK Link icon

      public static final PotionEffectType LUCK
      Loot table luck.
    • UNLUCK Link icon

      public static final PotionEffectType UNLUCK
      Loot table unluck.
    • SLOW_FALLING Link icon

      public static final PotionEffectType SLOW_FALLING
      Slows entity fall rate.
    • CONDUIT_POWER Link icon

      public static final PotionEffectType CONDUIT_POWER
      Effects granted by a nearby conduit. Includes enhanced underwater abilities.
    • DOLPHINS_GRACE Link icon

      public static final PotionEffectType DOLPHINS_GRACE
      Increses underwater movement speed.
      Squee'ek uh'k kk'kkkk squeek eee'eek.
    • BAD_OMEN Link icon

      public static final PotionEffectType BAD_OMEN
      Triggers an ominous event when the player enters a village or trial chambers.
      oof.
    • HERO_OF_THE_VILLAGE Link icon

      public static final PotionEffectType HERO_OF_THE_VILLAGE
      Reduces the cost of villager trades.
      \o/.
    • DARKNESS Link icon

      public static final PotionEffectType DARKNESS
      Causes the player's vision to dim occasionally.
    • TRIAL_OMEN Link icon

      public static final PotionEffectType TRIAL_OMEN
      Causes trial spawners to become ominous.
    • RAID_OMEN Link icon

      public static final PotionEffectType RAID_OMEN
      Triggers a raid when a player enters a village.
    • WIND_CHARGED Link icon

      public static final PotionEffectType WIND_CHARGED
      Emits a wind burst upon death.
    • WEAVING Link icon

      public static final PotionEffectType WEAVING
      Creates cobwebs upon death.
    • OOZING Link icon

      public static final PotionEffectType OOZING
      Causes slimes to spawn upon death.
    • INFESTED Link icon

      public static final PotionEffectType INFESTED
      Chance of spawning silverfish when hurt.
  • Constructor Details Link icon

    • PotionEffectType Link icon

      public PotionEffectType()
  • Method Details Link icon