Uses of Interface
nl.sbdeveloper.vehiclesplus.api.vehicles.IVehicle
Packages that use IVehicle
Package
Description
The Events package contains all the generic event classes.
The Vehicles package contains all the vehicle related API.
The Vehicles Implementation package contains the implemented vehicle classes.
-
Uses of IVehicle in nl.sbdeveloper.vehiclesplus.api.events
Classes in nl.sbdeveloper.vehiclesplus.api.events with type parameters of type IVehicleModifier and TypeClassDescriptionclassCancellableVehicleEvent<T extends IVehicle>classVehicleEvent<T extends IVehicle> -
Uses of IVehicle in nl.sbdeveloper.vehiclesplus.api.vehicles
Classes in nl.sbdeveloper.vehiclesplus.api.vehicles that implement IVehicleModifier and TypeClassDescriptionclassAn abstract Vehicle class.classThis class contains all the information about a vehicle type. -
Uses of IVehicle in nl.sbdeveloper.vehiclesplus.api.vehicles.impl
Classes in nl.sbdeveloper.vehiclesplus.api.vehicles.impl that implement IVehicleModifier and TypeClassDescriptionclassA spawned vehicle that can be driven by a player.classA vehicle that is persistent and will not despawn when the player leaves the server.classAn abstract class that represents a spawned vehicle.classA vehicle that is stored in a garage.