mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user