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.
* <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();