Package zombie.characters.professions
Class ProfessionFactory
java.lang.Object
zombie.characters.professions.ProfessionFactory
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProfessionFactory.Profession
addProfession
(String string, String string2, String string3, int int1) static ProfessionFactory.Profession
getProfession
(String string) static ArrayList
static void
init()
static void
Reset()
-
Field Details
-
ProfessionMap
-
-
Constructor Details
-
ProfessionFactory
public ProfessionFactory()
-
-
Method Details
-
init
public static void init() -
addProfession
public static ProfessionFactory.Profession addProfession(String string, String string2, String string3, int int1) -
getProfession
-
getProfessions
-
Reset
public static void Reset()
-