Package com.thegongoliers.output.gears
Interface GearShifter
-
- All Known Implementing Classes:
PneumaticShifter
public interface GearShifterA gear shifter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddownshift()Shift to a lower gearintgetGear()intgetTotalGears()voidupshift()Shift to a higher gear
-