public class Learnable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
level
The mastery level, at which the skill is learned.
|
private WauzPlayerSkill |
skill
The skill to be learned.
|
Constructor and Description |
---|
Learnable(WauzPlayerSkill skill,
int level)
Constructs a learnable skill.
|
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
WauzPlayerSkill |
getSkill() |
private WauzPlayerSkill skill
private int level
public Learnable(WauzPlayerSkill skill, int level)
skill
- The skill to be learned.level
- The mastery level, at which the skill is learned.public WauzPlayerSkill getSkill()
public int getLevel()