Uses of Class
nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl.Gearbox
Packages that use Gearbox
Package
Description
The Vehicles package contains all the vehicle related API.
-
Uses of Gearbox in nl.sbdeveloper.vehiclesplus.api.vehicles
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles that return GearboxModifier and TypeMethodDescription@NotNull Gearbox
VehicleModel.getGearbox()
The gearbox settings If null, it means that the vehicle doesn't have a gearbox.Methods in nl.sbdeveloper.vehiclesplus.api.vehicles with parameters of type GearboxModifier and TypeMethodDescriptionSets the gearbox for the vehicle.void
VehicleModel.setGearbox
(@NotNull Gearbox gearbox) The gearbox settings If null, it means that the vehicle doesn't have a gearbox.