Uses of Class
net.risingworld.api.definitions.Vehicles.VehicleDefinition
Packages that use Vehicles.VehicleDefinition
-
Uses of Vehicles.VehicleDefinition in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Vehicles.VehicleDefinitionModifier and TypeFieldDescriptionVehicles.VehicleComponent.compatiblevehicles
Array of compatible vehiclesVehicles.VehicleAssembly.vehicle
Methods in net.risingworld.api.definitions that return Vehicles.VehicleDefinitionModifier and TypeMethodDescriptionstatic Vehicles.VehicleDefinition[]
Definitions.getAllVehicleDefinitions()
Gets an array containing all vehicle definitions of the game.static Vehicles.VehicleDefinition
Definitions.getVehicleDefinition
(int id) Gets a vehicle definition by id.static Vehicles.VehicleDefinition
Definitions.getVehicleDefinition
(String name) Gets a vehicle definition by name. -
Uses of Vehicles.VehicleDefinition in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return Vehicles.VehicleDefinition