Remove draft status from EntityPotionEffectEvent

This commit is contained in:
md_5 2018-07-26 14:29:08 +10:00
parent 3607913caf
commit 1949c31b9b

View file

@ -10,10 +10,7 @@ import org.bukkit.potion.PotionEffectType;
* Called when a potion effect is modified on an entity.
* <p>
* If the event is cancelled, no change will be made on the entity.
*
* @deprecated draft API
*/
@Deprecated
public class EntityPotionEffectEvent extends EntityEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();