Interface Climber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclimb(double speed)Climb at a given speed.
-
| Modifier and Type | Method | Description |
|---|---|---|
void |
climb(double speed) |
Climb at a given speed.
|