public class WauzPlayerClassStats
extends java.lang.Object
WauzPlayerClass
Modifier and Type | Field and Description |
---|---|
private int |
axeSkill
The starting level of the axe skill.
|
private int |
axeSkillMax
The maximum level of the axe skill.
|
private int |
staffSkill
The starting level of the staff skill.
|
private int |
staffSkillMax
The maximum level of the staff skill.
|
private int |
swordSkill
The starting level of the sword skill.
|
private int |
swordSkillMax
The maximum level of the sword skill.
|
Constructor and Description |
---|
WauzPlayerClassStats() |
Modifier and Type | Method and Description |
---|---|
int |
getAxeSkill() |
int |
getAxeSkillMax() |
int |
getStaffSkill() |
int |
getStaffSkillMax() |
int |
getSwordSkill() |
int |
getSwordSkillMax() |
void |
setAxeSkill(int axeSkill) |
void |
setAxeSkillMax(int axeSkillMax) |
void |
setStaffSkill(int staffSkill) |
void |
setStaffSkillMax(int staffSkillMax) |
void |
setSwordSkill(int swordSkill) |
void |
setSwordSkillMax(int swordSkillMax) |
private int swordSkill
private int swordSkillMax
private int axeSkill
private int axeSkillMax
private int staffSkill
private int staffSkillMax
public int getSwordSkill()
public void setSwordSkill(int swordSkill)
swordSkill
- The new starting level of the sword skill.public int getSwordSkillMax()
public void setSwordSkillMax(int swordSkillMax)
swordSkillMax
- The new maximum level of the sword skill.public int getAxeSkill()
public void setAxeSkill(int axeSkill)
axeSkill
- The new starting level of the axe skill.public int getAxeSkillMax()
public void setAxeSkillMax(int axeSkillMax)
axeSkillMax
- The new maximum level of the axe skill.public int getStaffSkill()
public void setStaffSkill(int staffSkill)
staffSkill
- The new starting level of the staff skill.public int getStaffSkillMax()
public void setStaffSkillMax(int staffSkillMax)
staffSkillMax
- The new maximum level of the staff skill.