com.tootsville.game
Class CastleJoustMaze.CastleJoustMazeRoom

java.lang.Object
  extended by org.starhope.appius.sql.SQLPeerDatum
      extended by org.starhope.appius.game.Room
          extended by org.starhope.appius.game.maze.MazeRoom
              extended by com.tootsville.game.CastleJoustMaze.CastleJoustMazeRoom
All Implemented Interfaces:
Serializable, Comparable<Object>, AbstractRoom, HasVariables
Enclosing class:
CastleJoustMaze

public static class CastleJoustMaze.CastleJoustMazeRoom
extends MazeRoom

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.maze.MazeRoom
maxX, maxY, numDonors, numDoors
 
Fields inherited from class org.starhope.appius.game.Room
MAX_X, MAX_Y, myID
 
Constructor Summary
CastleJoustMaze.CastleJoustMazeRoom(AbstractZone zone, int i)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 String getMonikerPrefix()
          WRITEME: Document this method brpocock@star-hope.org
 String getRoomFilename()
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class org.starhope.appius.game.maze.MazeRoom
createTile, createTile, destroyTile, equals, hashCode, hasOpenDoor, openDoor
 
Methods inherited from class org.starhope.appius.game.Room
add, broadcast, canWalk, contains, create, create, deleteVariable, destroySelf, 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, 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

CastleJoustMaze.CastleJoustMazeRoom

public CastleJoustMaze.CastleJoustMazeRoom(AbstractZone zone,
                                           int i)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
zone - WRITEME
i - WRITEME
Method Detail

getMonikerPrefix

public String getMonikerPrefix()
Description copied from class: MazeRoom
WRITEME: Document this method brpocock@star-hope.org

Specified by:
getMonikerPrefix in class MazeRoom
Returns:
WRITEME
See Also:
MazeRoom.getMonikerPrefix()

getRoomFilename

public String getRoomFilename()
Description copied from class: MazeRoom
WRITEME: Document this method brpocock@star-hope.org

Specified by:
getRoomFilename in class MazeRoom
Returns:
filename
See Also:
MazeRoom.getRoomFilename()