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 v, Zone zone, String name, VehicleType type) Randomize a model with his corresponding texture defined in 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)