public class RequestQuestInfo extends Event
| Modifier and Type | Field and Description |
|---|---|
protected OID |
questNpcOid |
| Constructor and Description |
|---|
RequestQuestInfo() |
RequestQuestInfo(AgisMob player,
AgisMob questNpc) |
RequestQuestInfo(AOByteBuffer buf,
ClientConnection con) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
OID |
getQuestNpcOid() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setQuestNpcOid(OID questNpcOid) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringprotected OID questNpcOid
public RequestQuestInfo()
public RequestQuestInfo(AOByteBuffer buf, ClientConnection con)
public OID getQuestNpcOid()
public void setQuestNpcOid(OID questNpcOid)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Event