Uses of Enum
nl.sbdeveloper.vehiclesplus.api.events.impl.VehicleDespawnEvent.DespawnReason
Packages that use VehicleDespawnEvent.DespawnReason
Package
Description
The Events Implementation package contains all the events VehiclesPlus fires.
The Vehicles Implementation package contains the implemented vehicle classes.
-
Uses of VehicleDespawnEvent.DespawnReason in nl.sbdeveloper.vehiclesplus.api.events.impl
Methods in nl.sbdeveloper.vehiclesplus.api.events.impl that return VehicleDespawnEvent.DespawnReasonModifier and TypeMethodDescriptionVehicleDespawnEvent.getReason()
The reason why the vehicle gets despawned.Returns the enum constant of this type with the specified name.static VehicleDespawnEvent.DespawnReason[]
VehicleDespawnEvent.DespawnReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in nl.sbdeveloper.vehiclesplus.api.events.impl with parameters of type VehicleDespawnEvent.DespawnReasonModifierConstructorDescriptionVehicleDespawnEvent
(SpawnedVehicle vehicle, VehicleDespawnEvent.DespawnReason reason, boolean force) Construct a newVehicleDespawnEvent
. -
Uses of VehicleDespawnEvent.DespawnReason in nl.sbdeveloper.vehiclesplus.api.vehicles.impl
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.impl with parameters of type VehicleDespawnEvent.DespawnReasonModifier and TypeMethodDescriptionSpawnedVehicle.despawn
(VehicleDespawnEvent.DespawnReason reason) Despawn this vehicle.SpawnedVehicle.despawn
(VehicleDespawnEvent.DespawnReason reason, boolean force) Despawn this vehicle.