Package net.minestom.server.event.entity
Class EntityDespawnEvent
java.lang.Object
net.minestom.server.event.entity.EntityDespawnEvent
- All Implemented Interfaces:
Event
,EntityEvent
,EntityInstanceEvent
,InstanceEvent
Called right before an entity is removed
-
Constructor Details
-
EntityDespawnEvent
-
-
Method Details
-
getEntity
Gets the entity who is about to be removed- Specified by:
getEntity
in interfaceEntityEvent
- Returns:
- the entity
-