Uses of Class
nl.sbdeveloper.vehiclesplus.api.vehicles.parts.Part
Packages that use Part
Package
Description
The API package contains all the VehiclesPlus API classes.
The Vehicles package contains all the vehicle related API.
The Vehicles Implementation package contains the implemented vehicle classes.
The Parts package contains all the parts related API.
The Parts Implementation package contains all the Part implementations.
The Seat package contains all the Seat Part types.
The Skin package contains all the Skin Part types.
-
Uses of Part in nl.sbdeveloper.vehiclesplus.api
Method parameters in nl.sbdeveloper.vehiclesplus.api with type arguments of type PartModifier and TypeMethodDescriptionstatic void
VehiclesPlusAPI.registerPart
(@NotNull Class<? extends Part> partClass) Register a new custom Part -
Uses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles that return PartModifier and TypeMethodDescriptionabstract @Nullable Part
Vehicle.getPart
(org.bukkit.entity.ArmorStand stand) Get a part from the holder stand.@Nullable Part
VehicleModel.getPart
(org.bukkit.entity.ArmorStand stand) Get a part from the holder stand.Methods in nl.sbdeveloper.vehiclesplus.api.vehicles that return types with arguments of type PartModifier and TypeMethodDescriptionVehicle.getParts()
Get all the parts of this vehicle.VehicleModel.getParts()
The parts that this BaseVehicle hasMethods in nl.sbdeveloper.vehiclesplus.api.vehicles with parameters of type PartModifier and TypeMethodDescriptionAdds a single part to the vehicle model.Method parameters in nl.sbdeveloper.vehiclesplus.api.vehicles with type arguments of type PartModifier and TypeMethodDescriptionAdds multiple parts to the vehicle model. -
Uses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.impl
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.impl that return PartModifier and TypeMethodDescriptionSpawnedVehicle.getPart
(org.bukkit.entity.ArmorStand stand) @Nullable Part
StorageVehicle.getPart
(org.bukkit.entity.ArmorStand stand) Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.impl that return types with arguments of type PartModifier and TypeMethodDescriptionSpawnedVehicle.getParts()
StorageVehicle.getParts()
The list of parts that this vehicle has MOST of the time, this is the same as in the VehicleModel, but with changes For example, if the color of the skin is changed, the Skin part is different Or, for example if this vehicle has custom parts added to it -
Uses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.parts
Subclasses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.partsMethods in nl.sbdeveloper.vehiclesplus.api.vehicles.parts that return Part -
Uses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl
Subclasses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl -
Uses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.seat
Subclasses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.seatModifier and TypeClassDescriptionclass
class
The Seat part, where a player can sit on.class
-
Uses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.skin
Subclasses of Part in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.skin