Package com.plotsquared.core.events
Class EntityEvent
java.lang.Object
com.plotsquared.core.events.EntityEvent
- Direct Known Subclasses:
RemoveRoadEntityEvent
- Since:
- 6.11.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObtain the entity involved in the eventObtain the event's class name
-
Constructor Details
-
EntityEvent
- Since:
- 6.11.0
-
-
Method Details
-
getEntity
Obtain the entity involved in the event- Returns:
- Entity
- Since:
- 6.11.0
-
getEventName
Obtain the event's class name- Returns:
- the event class name
- Since:
- 6.11.0
-