Package net.minestom.server.event.entity
Class EntityPotionRemoveEvent
java.lang.Object
net.minestom.server.event.entity.EntityPotionRemoveEvent
- All Implemented Interfaces:
Event,EntityEvent,EntityInstanceEvent,InstanceEvent
-
Constructor Details
-
EntityPotionRemoveEvent
-
-
Method Details
-
getPotion
Returns the potion that was removed.- Returns:
- the removed potion.
-
getEntity
Description copied from interface:EntityEventGets the entity of this event.- Specified by:
getEntityin interfaceEntityEvent- Returns:
- the entity
-