Class ConfusedTurtle

java.lang.Object
  extended by SimpleTurtle
      extended by Turtle
          extended by ConfusedTurtle

public class ConfusedTurtle
extends Turtle


Constructor Summary
ConfusedTurtle(World worldObj)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void turnLeft()
          Method to turn left
 void turnRight()
          Method to turn right
 
Methods inherited from class SimpleTurtle
backward, backward, clearPath, drawInfoString, drop, forward, forward, getBodyColor, getDistance, getHeading, getHeight, getInfoColor, getModelDisplay, getName, getPen, getPenColor, getPenWidth, getPicture, getShellColor, getShowInfo, getWidth, getXPos, getYPos, hide, isPenDown, isVisible, moveTo, paintComponent, penDown, penUp, setBodyColor, setColor, setHeading, setHeight, setInfoColor, setModelDisplay, setName, setPen, setPenColor, setPenDown, setPenWidth, setPicture, setShellColor, setShowInfo, setVisible, setWidth, show, toString, turn, turnToFace, turnToFace, updateDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfusedTurtle

public ConfusedTurtle(World worldObj)
Method Detail

turnLeft

public void turnLeft()
Description copied from class: SimpleTurtle
Method to turn left

Overrides:
turnLeft in class SimpleTurtle

turnRight

public void turnRight()
Description copied from class: SimpleTurtle
Method to turn right

Overrides:
turnRight in class SimpleTurtle

main

public static void main(java.lang.String[] args)