Class PotionEvent

java.lang.Object
cn.nukkit.event.Event
cn.nukkit.event.potion.PotionEvent
Direct Known Subclasses:
PotionApplyEvent, PotionCollideEvent

public abstract class PotionEvent extends Event
Since:
2016/1/12
Author:
Snake1999
  • Constructor Details

    • PotionEvent

      public PotionEvent(Potion potion)
  • Method Details

    • getPotion

      public Potion getPotion()
    • setPotion

      public void setPotion(Potion potion)