vooga.examples.control
Class ControlExample

java.lang.Object
  extended by vooga.engine.control.Control
      extended by vooga.examples.control.ControlExample

public class ControlExample
extends Control


Field Summary
 
Fields inherited from class vooga.engine.control.Control
entities, key, methodMap, methodParamMap, myGame, paramMap, paramTypes
 
Constructor Summary
ControlExample()
           
ControlExample(java.util.ArrayList<BetterSprite> entities, Game game)
           
ControlExample(BetterSprite entity, Game game)
           
ControlExample(Game game)
           
 
Method Summary
 void update()
           
 
Methods inherited from class vooga.engine.control.Control
addInput, changeKey, initializeMappings, setParams, setParams, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlExample

public ControlExample()

ControlExample

public ControlExample(Game game)

ControlExample

public ControlExample(BetterSprite entity,
                      Game game)

ControlExample

public ControlExample(java.util.ArrayList<BetterSprite> entities,
                      Game game)
Method Detail

update

public void update()
Overrides:
update in class Control