mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Remove draft status from EntityPotionEffectEvent
This commit is contained in:
parent
3607913caf
commit
1949c31b9b
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