SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot 2022-06-23 20:27:51 +10:00
parent 2ca50720e4
commit 515ae6f2cc

View file

@ -253,6 +253,10 @@ public class EntityPotionEffectEvent extends EntityEvent implements Cancellable
* When a villager gets regeneration after a trade.
*/
VILLAGER_TRADE,
/**
* When an entity gets the effect from a warden.
*/
WARDEN,
/**
* When an entity comes in contact with a wither rose.
*/