Class Potion

java.lang.Object
org.cloudburstmc.api.potion.Potion

public abstract class Potion extends Object
  • Constructor Details

  • Method Details

    • getType

      public PotionType getType()
    • getEffect

      public abstract Effect getEffect()
    • applyPotion

      public abstract void applyPotion(Entity entity)
    • getDuration

      public int getDuration()
    • getLevel

      public int getLevel()
    • isSplash

      public boolean isSplash()
    • setSplash

      public Potion setSplash(boolean splash)
    • isInstant

      public boolean isInstant()