Uses of Class
zombie.Quests.QuestTaskType

Packages that use QuestTaskType
zombie.Quests   
 

Uses of QuestTaskType in zombie.Quests
 

Fields in zombie.Quests declared as QuestTaskType
 QuestTaskType QuestTask.TaskType
           
 

Methods in zombie.Quests that return QuestTaskType
static QuestTaskType QuestTaskType.FromString(java.lang.String str)
           
static QuestTaskType QuestTaskType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QuestTaskType[] QuestTaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in zombie.Quests with parameters of type QuestTaskType
QuestTask(QuestTaskType TaskType, java.lang.String InternalName, java.lang.String TaskNameString)