Package zombie.characters.professions
Class ProfessionFactory.Profession
java.lang.Object
zombie.characters.professions.ProfessionFactory.Profession
- All Implemented Interfaces:
IListBoxItem
- Enclosing class:
- ProfessionFactory
-
Field Summary
Modifier and TypeFieldDescriptionint
-
Constructor Summary
ConstructorDescriptionProfession
(String string, String string2, String string3, int int1, String string4) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFreeTrait
(String string) void
addXPBoost
(PerkFactory.Perk perk, int int1) int
getCost()
getLabel()
getName()
getType()
void
setCost
(int int1) void
setDescription
(String string) void
setFreeRecipes
(List list) void
setFreeTraitStack
(Stack stack) void
setIconPath
(String string) void
void
-
Field Details
-
type
-
name
-
cost
public int cost -
description
-
IconPath
-
texture
-
FreeTraitStack
-
XPBoostMap
-
-
Constructor Details
-
Profession
-
-
Method Details
-
getTexture
-
addFreeTrait
-
getFreeTraits
-
getLabel
- Specified by:
getLabel
in interfaceIListBoxItem
-
getIconPath
-
getLeftLabel
- Specified by:
getLeftLabel
in interfaceIListBoxItem
-
getRightLabel
- Specified by:
getRightLabel
in interfaceIListBoxItem
-
getType
-
setType
-
getName
-
setName
-
getCost
public int getCost() -
setCost
public void setCost(int int1) -
getDescription
-
setDescription
-
setIconPath
-
getFreeTraitStack
-
addXPBoost
-
getXPBoostMap
-
setFreeTraitStack
-
getFreeRecipes
-
setFreeRecipes
-