Class PotionApplyEvent

All Implemented Interfaces:
Cancellable

public final class PotionApplyEvent extends PotionEvent implements Cancellable
Created by Snake1999 on 2016/1/12. Package cn.nukkit.event.potion in project nukkit
  • Constructor Details

    • PotionApplyEvent

      public PotionApplyEvent(Potion potion, Effect applyEffect, Entity entity)
  • Method Details

    • getEntity

      public Entity getEntity()
    • getApplyEffect

      public Effect getApplyEffect()
    • setApplyEffect

      public void setApplyEffect(Effect applyEffect)