Class PerkFactory.Perk

java.lang.Object
zombie.characters.skills.PerkFactory.Perk
Enclosing class:
PerkFactory

public static final class PerkFactory.Perk extends Object
  • Field Details

    • translation

      public String translation
    • name

      public String name
    • passiv

      public boolean passiv
    • xp1

      public int xp1
    • xp2

      public int xp2
    • xp3

      public int xp3
    • xp4

      public int xp4
    • xp5

      public int xp5
    • xp6

      public int xp6
    • xp7

      public int xp7
    • xp8

      public int xp8
    • xp9

      public int xp9
    • xp10

      public int xp10
    • parent

      public PerkFactory.Perk parent
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • index

      public int index()
    • setCustom

      public void setCustom()
    • isCustom

      public boolean isCustom()
    • isPassiv

      public boolean isPassiv()
    • getParent

      public PerkFactory.Perk getParent()
    • getName

      public String getName()
    • getType

      public PerkFactory.Perk getType()
    • getXp1

      public int getXp1()
    • getXp2

      public int getXp2()
    • getXp3

      public int getXp3()
    • getXp4

      public int getXp4()
    • getXp5

      public int getXp5()
    • getXp6

      public int getXp6()
    • getXp7

      public int getXp7()
    • getXp8

      public int getXp8()
    • getXp9

      public int getXp9()
    • getXp10

      public int getXp10()
    • getXpForLevel

      public float getXpForLevel(int level)
    • getTotalXpForLevel

      public float getTotalXpForLevel(int level)
    • toString

      public String toString()
      Overrides:
      toString in class Object