public interface ModuleContext
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns a name-value map of the attributes that have been set for this module.
|
Room |
getRoom()
If this is a room module it returns the room associated with the module.
|
Server |
getServer()
Gets a reference to the server.
|
Server getServer()
Room getRoom()
java.util.Map<java.lang.String,java.lang.String> getAttributes()