public class QuestLogInfo extends Event
| Constructor and Description |
|---|
QuestLogInfo() |
QuestLogInfo(AOByteBuffer buf,
ClientConnection con) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.util.List<QuestInfo.Reward> |
getRewards() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setRewards(java.util.List<QuestInfo.Reward> rewards) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringpublic QuestLogInfo()
public QuestLogInfo(AOByteBuffer buf, ClientConnection con)
public void setRewards(java.util.List<QuestInfo.Reward> rewards)
public java.util.List<QuestInfo.Reward> getRewards()
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Event