Class VehicleDestroyEvent
java.lang.Object
org.bukkit.event.Event
nl.sbdeveloper.vehiclesplus.api.events.Event
nl.sbdeveloper.vehiclesplus.api.events.VehicleEvent<SpawnedVehicle>
nl.sbdeveloper.vehiclesplus.api.events.CancellableVehicleEvent<SpawnedVehicle>
nl.sbdeveloper.vehiclesplus.api.events.impl.VehicleDestroyEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
This event gets fired when a
SpawnedVehicle gets destroyed.-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionVehicleDestroyEvent(SpawnedVehicle vehicle) Construct a newVehicleDestroyEvent. -
Method Summary
Methods inherited from class nl.sbdeveloper.vehiclesplus.api.events.CancellableVehicleEvent
isCancelled, setCancelledMethods inherited from class nl.sbdeveloper.vehiclesplus.api.events.VehicleEvent
getVehicleMethods inherited from class nl.sbdeveloper.vehiclesplus.api.events.Event
getHandlerList, getHandlersMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
VehicleDestroyEvent
Construct a newVehicleDestroyEvent.- Parameters:
vehicle- TheSpawnedVehiclethat got destroyed.
-