public static class CraftingClient.CreateResourceNodeFromMobMessage extends SubjectMessage
Modifier and Type | Field and Description |
---|---|
protected float |
harvestTime |
protected int |
lootTable |
protected int |
skillLevelReq |
oid
Constructor and Description |
---|
CreateResourceNodeFromMobMessage() |
CreateResourceNodeFromMobMessage(OID oid,
int lootTable,
int skillLevelReq,
float harvestTime) |
Modifier and Type | Method and Description |
---|---|
float |
getHarvestTime() |
int |
getLootTable() |
int |
getSkillLevelReq() |
void |
setHarvestTime(float harvestTime) |
void |
setLootTable(int lootTable) |
void |
setSkillLevelReq(int skillLevelReq) |
getSubject, setSubject, toString
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, ToString
protected int lootTable
protected int skillLevelReq
protected float harvestTime
public CreateResourceNodeFromMobMessage()
public CreateResourceNodeFromMobMessage(OID oid, int lootTable, int skillLevelReq, float harvestTime)
public int getLootTable()
public void setLootTable(int lootTable)
public int getSkillLevelReq()
public void setSkillLevelReq(int skillLevelReq)
public float getHarvestTime()
public void setHarvestTime(float harvestTime)