org.starhope.appius.game.actions
Class AutomaticDoor
java.lang.Object
org.starhope.appius.game.actions.AutomaticDoor
- All Implemented Interfaces:
- RunCommands
public class AutomaticDoor
- extends Object
- implements RunCommands
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomaticDoor
public AutomaticDoor()
getDoorAnimationPrefix
public static String getDoorAnimationPrefix()
- Returns:
- WRITEME: Document this method brpocock@star-hope.org
getDoorClosedCode
public static String getDoorClosedCode()
- Returns:
- WRITEME: Document this method brpocock@star-hope.org
getDoorOpenCode
public static String getDoorOpenCode()
- Returns:
- WRITEME: Document this method brpocock@star-hope.org
newZone
public void newZone(Zone z)
- Description copied from interface:
RunCommands
- WRITEME: Document this method brpocock@star-hope.org
- Specified by:
newZone
in interface RunCommands
- Parameters:
z
- WRITEME- See Also:
RunCommands.newZone(org.starhope.appius.game.Zone)
run
public void run()
- Description copied from interface:
RunCommands
- method run during startup
- Specified by:
run
in interface RunCommands
- See Also:
RunCommands.run()