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, setCancelled
Methods inherited from class nl.sbdeveloper.vehiclesplus.api.events.VehicleEvent
getVehicle
Methods inherited from class nl.sbdeveloper.vehiclesplus.api.events.Event
getHandlerList, getHandlers
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
VehicleDeleteEvent
Construct a newVehicleDeleteEvent
.- Parameters:
vehicle
- TheSpawnedVehicle
that got destroyed.
-