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 TypeMethodDescriptionbooleanIsoChunk.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.specialVehiclesstatic final HashMap<String, VehicleType> VehicleType.vehiclesMethods in zombie.vehicles that return VehicleTypeModifier and TypeMethodDescriptionstatic VehicleTypeVehicleType.getRandomVehicleType(String zoneName) static VehicleTypeVehicleType.getRandomVehicleType(String zoneName, Boolean doNormalWhenSpecific) static VehicleTypeVehicleType.getTypeFromName(String _name)