Class PerkFactory
java.lang.Object
zombie.characters.skills.PerkFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PerkFactory.Perk
AddPerk
(PerkFactory.Perk perk, String translation, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10) static PerkFactory.Perk
AddPerk
(PerkFactory.Perk perk, String translation, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10, boolean passiv) static PerkFactory.Perk
AddPerk
(PerkFactory.Perk perk, String translation, PerkFactory.Perk parent, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10) static PerkFactory.Perk
AddPerk
(PerkFactory.Perk perk, String translation, PerkFactory.Perk parent, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10, boolean passiv) static PerkFactory.Perk
getPerk
(PerkFactory.Perk perk) static PerkFactory.Perk
getPerkFromName
(String name) static String
getPerkName
(PerkFactory.Perk type) static void
init()
static void
static void
Reset()
-
Field Details
-
PerkList
-
-
Constructor Details
-
PerkFactory
public PerkFactory()
-
-
Method Details
-
getPerkName
-
getPerkFromName
-
getPerk
-
AddPerk
public static PerkFactory.Perk AddPerk(PerkFactory.Perk perk, String translation, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10) -
AddPerk
public static PerkFactory.Perk AddPerk(PerkFactory.Perk perk, String translation, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10, boolean passiv) -
AddPerk
public static PerkFactory.Perk AddPerk(PerkFactory.Perk perk, String translation, PerkFactory.Perk parent, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10) -
AddPerk
public static PerkFactory.Perk AddPerk(PerkFactory.Perk perk, String translation, PerkFactory.Perk parent, int xp1, int xp2, int xp3, int xp4, int xp5, int xp6, int xp7, int xp8, int xp9, int xp10, boolean passiv) -
init
public static void init() -
initTranslations
public static void initTranslations() -
Reset
public static void Reset()
-