Class VehicleDeleteEvent
java.lang.Object
org.bukkit.event.Event
nl.sbdeveloper.vehiclesplus.api.events.Event
nl.sbdeveloper.vehiclesplus.api.events.VehicleEvent<Vehicle>
nl.sbdeveloper.vehiclesplus.api.events.CancellableVehicleEvent<Vehicle>
nl.sbdeveloper.vehiclesplus.api.events.impl.VehicleDeleteEvent
- 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
Constructors -
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
-
VehicleDeleteEvent
Construct a newVehicleDeleteEvent.- Parameters:
vehicle- TheSpawnedVehiclethat got destroyed.
-