|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.engine.control.Control
vooga.examples.control.ControlExample
public class ControlExample
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 |
---|
public ControlExample()
public ControlExample(Game game)
public ControlExample(BetterSprite entity, Game game)
public ControlExample(java.util.ArrayList<BetterSprite> entities, Game game)
Method Detail |
---|
public void update()
update
in class Control
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |