mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 05:11:27 +01:00
SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
2ca50720e4
commit
515ae6f2cc
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user