Uses of Class
net.minecraftforge.event.entity.living.PotionEvent
-
Packages that use PotionEvent Package Description net.minecraftforge.event.entity.living -
-
Uses of PotionEvent in net.minecraftforge.event.entity.living
Subclasses of PotionEvent in net.minecraftforge.event.entity.living Modifier and Type Class Description static class
PotionEvent.PotionAddedEvent
This Event is fired when a new Potion is added to the Entity.static class
PotionEvent.PotionApplicableEvent
This Event is fired to check if a Potion can get applied to an Entity.static class
PotionEvent.PotionExpiryEvent
This Event is fired when a Potion effect expires on an Entity.static class
PotionEvent.PotionRemoveEvent
This Event is fired when a Potion is about to get removed from an Entity.
-