org.starhope.appius.game
Interface RunCommands

All Known Implementing Classes:
AutomaticDoor, OperatorControlClick

public interface RunCommands

Run Commands hooks are run during startup of the game server

Author:
brpocock@star-hope.org

Method Summary
 void newZone(Zone z)
          WRITEME: Document this method brpocock@star-hope.org
 void run()
          method run during startup
 

Method Detail

newZone

void newZone(Zone z)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
z - WRITEME

run

void run()
method run during startup