Uses of Class
zombie.vehicles.VehicleType
Packages that use VehicleType
-
Uses of VehicleType in zombie.iso
Methods in zombie.iso with parameters of type VehicleTypeModifier and TypeMethodDescriptionboolean
IsoChunk.RandomizeModel
(BaseVehicle baseVehicle, Zone var2, String string0, VehicleType vehicleType) -
Uses of VehicleType in zombie.vehicles
Fields in zombie.vehicles with type parameters of type VehicleTypeModifier and TypeFieldDescriptionstatic final ArrayList
<VehicleType> VehicleType.specialVehicles
static final HashMap
<String, VehicleType> VehicleType.vehicles
Methods in zombie.vehicles that return VehicleTypeModifier and TypeMethodDescriptionstatic VehicleType
VehicleType.getRandomVehicleType
(String zoneName) static VehicleType
VehicleType.getRandomVehicleType
(String zoneName, Boolean doNormalWhenSpecific) static VehicleType
VehicleType.getTypeFromName
(String _name)