de.jos.game.actions.permanent
Class AbstractPermanentAction

java.lang.Object
  extended by de.jos.game.actions.AbstractAction
      extended by de.jos.game.actions.permanent.AbstractPermanentAction
Direct Known Subclasses:
ActionCanister, ActionCountdown, ActionMoveStatistics, ActionPuzzleSolvedCheck, ActionStatistics

public class AbstractPermanentAction
extends AbstractAction


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

AbstractPermanentAction

public AbstractPermanentAction()
Method Detail

getLayer

public java.lang.Integer getLayer()
Specified by:
getLayer in class AbstractAction

update

public void update(long elapsedTime,
                   com.golden.gamedev.GameObject gameObject)

update

public void update(long elapsedTime,
                   com.golden.gamedev.GameObject gameObject,
                   boolean specialActionListEmpty)


Copyright © 2008. All Rights Reserved.