public static class BasicQuestState.CollectionGoalStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
currentCount |
int |
targetCount |
int |
templateID |
java.lang.String |
templateName |
int |
tier |
Constructor and Description |
---|
CollectionGoalStatus() |
CollectionGoalStatus(AgisBasicQuest.CollectionGoal goal) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentCount() |
int |
getTargetCount() |
int |
getTemplateID() |
java.lang.String |
getTemplateName() |
int |
getTier() |
void |
setCurrentCount(int c) |
void |
setTargetCount(int c) |
void |
setTemplateID(int templateID) |
void |
setTemplateName(java.lang.String templateName) |
void |
setTier(int tier) |
public int templateID
public java.lang.String templateName
public int targetCount
public int currentCount
public int tier
public CollectionGoalStatus()
public CollectionGoalStatus(AgisBasicQuest.CollectionGoal goal)
public void setTemplateID(int templateID)
public int getTemplateID()
public void setTemplateName(java.lang.String templateName)
public java.lang.String getTemplateName()
public void setTargetCount(int c)
public int getTargetCount()
public void setCurrentCount(int c)
public int getCurrentCount()
public void setTier(int tier)
public int getTier()