Uses of Enum Class
zombie.vehicles.TransmissionNumber
Packages that use TransmissionNumber
-
Uses of TransmissionNumber in zombie.vehicles
Subclasses with type arguments of type TransmissionNumber in zombie.vehiclesFields in zombie.vehicles declared as TransmissionNumberMethods in zombie.vehicles that return TransmissionNumberModifier and TypeMethodDescriptionstatic TransmissionNumber
TransmissionNumber.fromIndex
(int _index) TransmissionNumber.getNext
(int gearRatioCount) TransmissionNumber.getPrev
(int gearRatioCount) static TransmissionNumber
Returns the enum constant of this class with the specified name.static TransmissionNumber[]
TransmissionNumber.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.vehicles with parameters of type TransmissionNumberModifier and TypeMethodDescriptionvoid
BaseVehicle.changeTransmission
(TransmissionNumber newTransmission) Change transmission, slow down the car if you change shift for a superior one