public class PassiveMining extends AbstractPassiveJobSkill
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PASSIVE_NAME
The static name of the passive skill.
|
| Constructor and Description |
|---|
PassiveMining()
Creates an empty instance of this passive skill.
|
PassiveMining(long exp)
Creates a new instance of this passive skill.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPassiveSkill |
getInstance(long exp)
Creates a new instance of this passive skill.
|
java.lang.String |
getPassiveName()
Gets the name of the passive skill.
|
getMilestones, onLevelUpgetExp, getLevel, getNextMilestone, grantExperience, hasReachedMilestonepublic static final java.lang.String PASSIVE_NAME
public PassiveMining()
public PassiveMining(long exp)
exp - The current experience in this skill.public AbstractPassiveSkill getInstance(long exp)
getInstance in class AbstractPassiveSkillexp - The current experience in this skill.public java.lang.String getPassiveName()
getPassiveName in class AbstractPassiveSkill