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