de.jos.game.actions
Class AbstractAction
java.lang.Object
de.jos.game.actions.AbstractAction
- Direct Known Subclasses:
- AbstractPermanentAction, ActionBulletMoving, ActionFadeBullets, ActionScrollInOut, ActionTextFader
public abstract class AbstractAction
- extends java.lang.Object
Jedes AbstractAction Event ist selbst fuer sein rendern verantwortlich.
- Author:
- root
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAction
public AbstractAction()
init
public void init()
cleanup
public void cleanup()
getNewSpecialEventList
public java.util.List<SpecialActionEvent> getNewSpecialEventList()
getString
protected java.lang.String getString(java.lang.String key)
getString
protected java.lang.String getString(java.lang.String key,
java.lang.String appendString)
getLayer
public abstract java.lang.Integer getLayer()
getResourceContainer
public ResourceContainer getResourceContainer()
setResourceContainer
public void setResourceContainer(ResourceContainer resourceContainer)
getGameFont
protected com.golden.gamedev.object.GameFont getGameFont()
isBlocking
public boolean isBlocking()
getCleanupAction
public AbstractCleanupAction getCleanupAction()
setCleanupAction
public void setCleanupAction(AbstractCleanupAction cleanupAction)
Copyright © 2008. All Rights Reserved.