| java.lang.Object | |
| ↳ | net.gtaun.shoebill.constant.VehicleModel |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | VehicleModel.VehicleType | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VehicleModel() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static int | getId(String name, boolean ignoreCase) | ||||||||||
| static Set<Integer> | getIds(VehicleModel.VehicleType type) | ||||||||||
| static Set<Integer> | getIds() | ||||||||||
| static Vector3D | getModelInfo(int modelId, VehicleModelInfoType infotype) | ||||||||||
| static String | getName(int modelId) | ||||||||||
| Set<Integer> | getPaintjobSupportedVehicles() | ||||||||||
| static int | getSeats(int modelId) | ||||||||||
| static VehicleModel.VehicleType | getType(int modelId) | ||||||||||
| static boolean | isPaintjobSupported(int modelId) | ||||||||||
| static boolean | isValid(int modelId) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||