mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-04 10:11:29 +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.
|
* When a villager gets regeneration after a trade.
|
||||||
*/
|
*/
|
||||||
VILLAGER_TRADE,
|
VILLAGER_TRADE,
|
||||||
|
/**
|
||||||
|
* When an entity gets the effect from a warden.
|
||||||
|
*/
|
||||||
|
WARDEN,
|
||||||
/**
|
/**
|
||||||
* When an entity comes in contact with a wither rose.
|
* When an entity comes in contact with a wither rose.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue