org.starhope.appius.game.maze
Class KeyRoom

java.lang.Object
  extended by org.starhope.appius.sql.SQLPeerDatum
      extended by org.starhope.appius.game.Room
          extended by org.starhope.appius.game.maze.KeyRoom
All Implemented Interfaces:
Serializable, Comparable<Object>, AbstractRoom, HasVariables

public class KeyRoom
extends Room

WRITEME: Document this type.

Author:
brpocock@star-hope.org
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          WRITEME: Document this brpocock@star-hope.org
 
Fields inherited from class org.starhope.appius.game.Room
MAX_X, MAX_Y, myID
 
Constructor Summary
KeyRoom(AbstractZone homeZone)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 
Methods inherited from class org.starhope.appius.game.Room
add, broadcast, canWalk, contains, create, create, deleteVariable, destroySelf, equals, equals, flush, fromJSON, getActiveDecorations, getAllListeners, getAllRooms, getAllUsers, getByMoniker, getCacheUniqueID, getDebugName, getEventSpaces, getFilename, getGameEvent, getGameEvents, getID, getLag, getListeners, getMaxUsers, getMoniker, getMusic, getName, getNextID, getOverlay, getOwner, getPlaceStringByName, getPlaceStrings, getPlaceZoneNumber, getRoomIndex, getRoomJoinJSON, getRoomJoinSFSXML, getSky, getSuperTootBots, getTitle, getUserCount, getVariable, getVariables, getWalkableSpace, getZone, goTo, goTo, hashCode, isLimbo, isSkyVisible, join, notifyUserAction, part, pushToAllZones, pushToZone, putHere, remove, removeVariable, resetVariables, saveRoomVars, sendGameAction, sendPublicMessage, set, setFilename, setLimbo, setMoniker, setMusic, setOverlay, setOwner, setRoomIndex, setRoomVars, setSky, setSkyVisible, setTitle, setVariable, setVariable, setVariables, speak_actually, toJSON, trace, userNearest
 
Methods inherited from class org.starhope.appius.sql.SQLPeerDatum
changed, compareTo, findInCache, get, saveInCache, set
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values
Constructor Detail

KeyRoom

public KeyRoom(AbstractZone homeZone)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
homeZone - WRITEME