public class PlayerHaEvent extends Event
| Constructor and Description |
|---|
PlayerHaEvent() |
PlayerHaEvent(AOByteBuffer buf,
ClientConnection con) |
PlayerHaEvent(AOObject obj,
long time) |
PlayerHaEvent(OID objOid) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
java.lang.String |
getName() |
long |
getTime() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setId(int v) |
void |
setTime(long v) |
AOByteBuffer |
toBytes() |
java.lang.String |
toString() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOidpublic PlayerHaEvent()
public PlayerHaEvent(AOByteBuffer buf, ClientConnection con)
public PlayerHaEvent(AOObject obj, long time)
public PlayerHaEvent(OID objOid)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic void setId(int v)
public int getId()
public void setTime(long v)
public long getTime()