mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 08:46:44 +01:00
Remove draft status from EntityPotionEffectEvent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
05da80c9c6
commit
eea8919083
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue