jAsea
Class jAseaRoomState

java.lang.Object
  |
  +--jAsea.jAseaRoomState
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

class jAseaRoomState
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

Current status of a particular room


Field Summary
(package private)  boolean visited
          Has the player visited this room?
 
Constructor Summary
(package private) jAseaRoomState(jAseaObject o)
          Constructor.
 
Method Summary
(package private) static jAseaRoomState[] read(java.lang.Object[] jao)
          Convert an object array into a room state array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visited

boolean visited
Has the player visited this room?

Constructor Detail

jAseaRoomState

jAseaRoomState(jAseaObject o)
Constructor.

Parameters:
o - Room that this state represents.
Method Detail

read

static jAseaRoomState[] read(java.lang.Object[] jao)
Convert an object array into a room state array.

Parameters:
jao - the object array
Returns:
the room state array