|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jos.game.actions.AbstractAction
de.jos.game.actions.permanent.AbstractPermanentAction
public class AbstractPermanentAction
Constructor Summary | |
---|---|
AbstractPermanentAction()
|
Method Summary | |
---|---|
java.lang.Integer |
getLayer()
|
void |
update(long elapsedTime,
com.golden.gamedev.GameObject gameObject)
|
void |
update(long elapsedTime,
com.golden.gamedev.GameObject gameObject,
boolean specialActionListEmpty)
|
Methods inherited from class de.jos.game.actions.AbstractAction |
---|
cleanup, getCleanupAction, getGameFont, getNewSpecialEventList, getResourceContainer, getString, getString, init, isBlocking, setCleanupAction, setResourceContainer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPermanentAction()
Method Detail |
---|
public java.lang.Integer getLayer()
getLayer
in class AbstractAction
public void update(long elapsedTime, com.golden.gamedev.GameObject gameObject)
public void update(long elapsedTime, com.golden.gamedev.GameObject gameObject, boolean specialActionListEmpty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |