|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.electrotank.electroserver.plugins.entities.RoomStub
The RoomStub object is a read only representation of a Room. It is created internally by the server and returned from several extension helper method calls.
Constructor Summary | |
RoomStub(Room room)
Creates a new instance of RoomStub. |
Method Summary | |
String |
getName()
Gets the name of the room represented by this stub |
String |
getPassowrd()
|
boolean |
isHidden()
Gets the hidden or visible status of this room. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RoomStub(Room room)
room
- the room this stub will be based onMethod Detail |
public String getName()
public boolean isHidden()
public String getPassowrd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |