public class NotifyPlayAnimationEvent extends Event
| Constructor and Description |
|---|
NotifyPlayAnimationEvent() |
NotifyPlayAnimationEvent(AOByteBuffer buf,
ClientConnection con) |
NotifyPlayAnimationEvent(AOObject object)
the object is the object 'playing' the animation
|
NotifyPlayAnimationEvent(OID oid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnim(AnimationCommand ac) |
java.util.List |
getAnimList() |
java.lang.String |
getName() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setAnimList(java.util.List<AnimationCommand> animList) |
AOByteBuffer |
toBytes() |
java.lang.String |
toString() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOidpublic NotifyPlayAnimationEvent()
public NotifyPlayAnimationEvent(OID oid)
public NotifyPlayAnimationEvent(AOByteBuffer buf, ClientConnection con)
public NotifyPlayAnimationEvent(AOObject object)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic void addAnim(AnimationCommand ac)
public void setAnimList(java.util.List<AnimationCommand> animList)
public java.util.List getAnimList()