public static class BasicQuestState.CategoryKillGoalStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
currentCount |
java.lang.String |
mobCategory |
java.lang.String |
name |
int |
targetCount |
int |
tier |
Constructor and Description |
---|
CategoryKillGoalStatus() |
CategoryKillGoalStatus(AgisBasicQuest.CategoryKillGoal goal) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentCount() |
java.lang.String |
getMobCategory() |
java.lang.String |
getName() |
int |
getTargetCount() |
int |
getTier() |
void |
setCurrentCount(int c) |
void |
setMobCategory(java.lang.String mobCategory) |
void |
setName(java.lang.String name) |
void |
setTargetCount(int c) |
void |
setTier(int tier) |
public java.lang.String mobCategory
public java.lang.String name
public int targetCount
public int currentCount
public int tier
public CategoryKillGoalStatus()
public CategoryKillGoalStatus(AgisBasicQuest.CategoryKillGoal goal)
public void setMobCategory(java.lang.String mobCategory)
public java.lang.String getMobCategory()
public void setName(java.lang.String name)
public java.lang.String getName()
public void setTargetCount(int c)
public int getTargetCount()
public void setCurrentCount(int c)
public int getCurrentCount()
public void setTier(int tier)
public int getTier()