multiverse.server.events
Class UITheme
java.lang.Object
multiverse.server.engine.Event
multiverse.server.events.UITheme
public class UITheme
- extends Event
| Methods inherited from class multiverse.server.engine.Event |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, setObjectOid, toString |
uiThemes
List<String> uiThemes
lock
transient Lock lock
UITheme
public UITheme()
UITheme
public UITheme(MVByteBuffer buf,
ClientConnection con)
UITheme
public UITheme(List<String> uiThemes)
getName
public String getName()
- Specified by:
getName in class Event
setThemes
public void setThemes(List<String> uiThemes)
addTheme
public void addTheme(String theme)
getThemes
public List<String> getThemes()
toBytes
public MVByteBuffer toBytes()
- Specified by:
toBytes in class Event
parseBytes
protected void parseBytes(MVByteBuffer buf)
- Description copied from class:
Event
- load this event from the passed in buffer
called by the constructor
- Specified by:
parseBytes in class Event