efficom.runningjoe.core
Class Joe

java.lang.Object
  extended by efficom.runningjoe.core.AbstractGraphicItem
      extended by efficom.runningjoe.core.Joe

public class Joe
extends AbstractGraphicItem


Constructor Summary
Joe(RjWorld world)
           
 
Method Summary
 int getSpeed()
           
 void Jump()
           
 void render()
           
 
Methods inherited from class efficom.runningjoe.core.AbstractGraphicItem
hasContact
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Joe

public Joe(RjWorld world)
Method Detail

Jump

public void Jump()

render

public void render()

getSpeed

public int getSpeed()