mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Remove draft status from EntityPotionEffectEvent
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user