public class AmbientLightEvent extends Event
| Constructor and Description |
|---|
AmbientLightEvent() |
AmbientLightEvent(AOByteBuffer buf,
ClientConnection con) |
AmbientLightEvent(Color color) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getAmbientLight() |
java.lang.String |
getName() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setAmbientLight(Color color) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringpublic AmbientLightEvent()
public AmbientLightEvent(AOByteBuffer buf, ClientConnection con)
public AmbientLightEvent(Color color)
public void setAmbientLight(Color color)
public Color getAmbientLight()
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Event