org.starhope.appius.game.actions
Class OperatorControlClick
java.lang.Object
org.starhope.appius.game.actions.OperatorControlClick
- All Implemented Interfaces:
- RunCommands
public class OperatorControlClick
- extends Object
- implements RunCommands
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
|
Method Summary |
void |
newZone(Zone z)
WRITEME: Document this method brpocock@star-hope.org |
protected static void |
opClick(AbstractUser operator,
Room room,
Coord2D target,
String clickedOn)
WRITEME: Document this method brpocock@star-hope.org |
void |
run()
method run during startup |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatorControlClick
public OperatorControlClick()
opClick
protected static void opClick(AbstractUser operator,
Room room,
Coord2D target,
String clickedOn)
- WRITEME: Document this method brpocock@star-hope.org
- Parameters:
operator - WRITEMEroom - WRITEMEtarget - WRITEMEclickedOn - WRITEME
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()