Package zombie.characters.skills
Class PerkFactory.Perk
java.lang.Object
zombie.characters.skills.PerkFactory.Perk
- Enclosing class:
- PerkFactory
public static final class PerkFactory.Perk
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Perk(java.lang.String string)
Perk(java.lang.String string, PerkFactory.Perk perk)
-
Method Summary
Modifier and Type Method Description java.lang.String
getId()
java.lang.String
getName()
PerkFactory.Perk
getParent()
float
getTotalXpForLevel(int int1)
PerkFactory.Perk
getType()
int
getXp1()
int
getXp10()
int
getXp2()
int
getXp3()
int
getXp4()
int
getXp5()
int
getXp6()
int
getXp7()
int
getXp8()
int
getXp9()
float
getXpForLevel(int int1)
int
index()
boolean
isCustom()
boolean
isPassiv()
void
setCustom()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
translation
public java.lang.String translation -
name
public java.lang.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
-
-
Constructor Details
-
Perk
public Perk(java.lang.String string) -
Perk
-
-
Method Details
-
getId
public java.lang.String getId() -
index
public int index() -
setCustom
public void setCustom() -
isCustom
public boolean isCustom() -
isPassiv
public boolean isPassiv() -
getParent
-
getName
public java.lang.String getName() -
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 int1) -
getTotalXpForLevel
public float getTotalXpForLevel(int int1) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-