multiverse.server.events
Class ModelInfoEvent
java.lang.Object
multiverse.server.engine.Event
multiverse.server.events.ModelInfoEvent
- Direct Known Subclasses:
- MarsModelInfoEvent
public class ModelInfoEvent
- extends Event
send out what meshes to draw for the given object
it is a full update, so if you unequip a rigged attachment,
a full update is sent out
| Methods inherited from class multiverse.server.engine.Event |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, setObjectOid, toString |
dc
protected DisplayContext dc
log
protected static final Logger log
ModelInfoEvent
public ModelInfoEvent()
ModelInfoEvent
public ModelInfoEvent(MVByteBuffer buf,
ClientConnection con)
ModelInfoEvent
public ModelInfoEvent(MVObject obj)
ModelInfoEvent
public ModelInfoEvent(Long objOid)
getName
public String getName()
- Specified by:
getName in class Event
setDisplayContext
public void setDisplayContext(DisplayContext dc)
getDisplayContext
public DisplayContext getDisplayContext()
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