Class ProfessionFactory.Profession

java.lang.Object
zombie.characters.professions.ProfessionFactory.Profession
All Implemented Interfaces:
IListBoxItem
Enclosing class:
ProfessionFactory

public static class ProfessionFactory.Profession extends Object implements IListBoxItem
  • Field Details

    • type

      public String type
    • name

      public String name
    • cost

      public int cost
    • description

      public String description
    • IconPath

      public String IconPath
    • texture

      public Texture texture
    • FreeTraitStack

      public Stack FreeTraitStack
    • XPBoostMap

      public HashMap XPBoostMap
  • Constructor Details

  • Method Details

    • getTexture

      public Texture getTexture()
    • addFreeTrait

      public void addFreeTrait(String string)
    • getFreeTraits

      public ArrayList getFreeTraits()
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface IListBoxItem
    • getIconPath

      public String getIconPath()
    • getLeftLabel

      public String getLeftLabel()
      Specified by:
      getLeftLabel in interface IListBoxItem
    • getRightLabel

      public String getRightLabel()
      Specified by:
      getRightLabel in interface IListBoxItem
    • getType

      public String getType()
    • setType

      public void setType(String string)
    • getName

      public String getName()
    • setName

      public void setName(String string)
    • getCost

      public int getCost()
    • setCost

      public void setCost(int int1)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String string)
    • setIconPath

      public void setIconPath(String string)
    • getFreeTraitStack

      public Stack getFreeTraitStack()
    • addXPBoost

      public void addXPBoost(PerkFactory.Perk perk, int int1)
    • getXPBoostMap

      public HashMap getXPBoostMap()
    • setFreeTraitStack

      public void setFreeTraitStack(Stack stack)
    • getFreeRecipes

      public List getFreeRecipes()
    • setFreeRecipes

      public void setFreeRecipes(List list)