Class ProfessionFactory
java.lang.Object
zombie.characters.professions.ProfessionFactory
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfessionFactory.Profession
addProfession
(String type, String name, String IconPath, int points) static ProfessionFactory.Profession
getProfession
(String type) 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 type, String name, String IconPath, int points) -
getProfession
-
getProfessions
-
Reset
public static void Reset()
-