Remove draft status from EntityPotionEffectEvent

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2018-07-26 14:29:08 +10:00
parent 05da80c9c6
commit eea8919083

View File

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