Package com.plotsquared.core.events
Class RemoveRoadEntityEvent
java.lang.Object
com.plotsquared.core.events.EntityEvent
com.plotsquared.core.events.RemoveRoadEntityEvent
- All Implemented Interfaces:
CancellablePlotEvent
- Since:
- 6.11.0
-
Constructor Summary
ConstructorDescriptionRemoveRoadEntityEvent
(Entity entity) RemoveRoadEntityEvent: Called when an entity on road is removed. -
Method Summary
Methods inherited from class com.plotsquared.core.events.EntityEvent
getEntity, getEventName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.plotsquared.core.events.CancellablePlotEvent
getEventResultRaw
-
Constructor Details
-
RemoveRoadEntityEvent
RemoveRoadEntityEvent: Called when an entity on road is removed.- Parameters:
entity
- The entity to remove- Since:
- 6.11.0
-
-
Method Details
-
getEventResult
- Specified by:
getEventResult
in interfaceCancellablePlotEvent
-
setEventResult
- Specified by:
setEventResult
in interfaceCancellablePlotEvent
-