Class StepClimber

java.lang.Object
  extended by edu.fcps.karel2.Item
      extended by edu.fcps.karel2.Robot
          extended by Athlete
              extended by Climber
                  extended by StepClimber

public class StepClimber
extends Climber


Field Summary
 
Fields inherited from class edu.fcps.karel2.Robot
beepers, direction
 
Fields inherited from class edu.fcps.karel2.Item
x, y
 
Constructor Summary
StepClimber(int x)
           
 
Method Summary
 void climbDownLeft()
           
 void climbDownRight()
           
 void climbUpLeft()
           
 void climbUpRight()
           
 
Methods inherited from class Athlete
turnAround, turnRight
 
Methods inherited from class edu.fcps.karel2.Robot
explode, facingEast, facingNorth, facingSouth, facingWest, frontIsClear, getBeepers, getDirection, hasBeepers, leftIsClear, move, nextToABeeper, nextToARobot, pickBeeper, putBeeper, render, rightIsClear, turnLeft
 
Methods inherited from class edu.fcps.karel2.Item
getX, getY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepClimber

public StepClimber(int x)
Method Detail

climbUpRight

public void climbUpRight()
Overrides:
climbUpRight in class Climber

climbUpLeft

public void climbUpLeft()
Overrides:
climbUpLeft in class Climber

climbDownRight

public void climbDownRight()
Overrides:
climbDownRight in class Climber

climbDownLeft

public void climbDownLeft()
Overrides:
climbDownLeft in class Climber