Package | Description |
---|---|
com.tameif.tame |
Base package.
|
Modifier and Type | Method and Description |
---|---|
TRoomContext |
TAMEModuleContext.getCurrentRoomContext()
Gets the current room context.
|
TRoomContext |
TAMEModuleContext.getRoomContext(TRoom room)
Gets a room context by room.
|
TRoomContext |
TAMEModuleContext.getRoomContextByIdentity(java.lang.String identity)
Gets a room context by room name.
|
TRoomContext |
TAMEModuleContext.resolveRoomContext(java.lang.String roomIdentity)
Resolves a room context.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TRoomContext> |
TAMEModuleContext.getRoomContexts()
Get the room contexts.
|