Package com.thegongoliers.output.gears
Interface GearShifter
-
- All Known Implementing Classes:
PneumaticShifter
public interface GearShifter
A gear shifter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
downshift()
Shift to a lower gearint
getGear()
int
getTotalGears()
void
upshift()
Shift to a higher gear
-