mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
2ca50720e4
commit
515ae6f2cc
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue