| java.lang.Object | |
| ↳ | net.gtaun.shoebill.constant.VehicleComponentModel |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Set<Integer> | getComponentSupportedVehicles(int cid) | ||||||||||
| static String | getConstantName(int id) | ||||||||||
| static Set<Integer> | getIds(VehicleComponentSlot slot) | ||||||||||
| static Set<Integer> | getIds() | ||||||||||
| static String | getModelName(int id) | ||||||||||
| static String | getName(int id) | ||||||||||
| static VehicleComponentSlot | getSlot(int id) | ||||||||||
| static Set<Integer> | getSlotSupportedComponents(int vid, VehicleComponentSlot slot) | ||||||||||
| static Set<Integer> | getVehicleSupportedComponments(int vid) | ||||||||||
| static Set<VehicleComponentSlot> | getVehicleSupportedSlots(int vid) | ||||||||||
| static boolean | isVaildId(int id) | ||||||||||
| static boolean | isVehicleSupportAnyComponment(int vid) | ||||||||||
| static boolean | isVehicleSupported(int vid, int cid) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||