Uses of Class
nl.sbdeveloper.vehiclesplus.api.vehicles.rims.RimDesign
Packages that use RimDesign
Package
Description
The API package contains all the VehiclesPlus API classes.
The Parts Implementation package contains all the Part implementations.
-
Uses of RimDesign in nl.sbdeveloper.vehiclesplus.api
Methods in nl.sbdeveloper.vehiclesplus.api that return types with arguments of type RimDesignModifier and TypeMethodDescriptionVehiclesPlusAPI.getRimDesign
(@NotNull String rimDesignID) Get a rimdesign by its ID.VehiclesPlusAPI.getRimDesigns()
All the registered rim designs -
Uses of RimDesign in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl
Constructors in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl with parameters of type RimDesignModifierConstructorDescriptionWheel
(double xOffset, double yOffset, double zOffset, @NotNull RimDesign rimDesign, @NotNull org.bukkit.Color color) Construct a new Wheel part.Wheel
(double xOffset, double yOffset, double zOffset, @NotNull RimDesign rimDesign, @NotNull org.bukkit.Color color, boolean steering, int rotationOffset) Construct a new Wheel part.