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