Class Profession
java.lang.Object
studio.magemonkey.fusion.data.professions.Profession
-
Constructor Summary
ConstructorsConstructorDescriptionProfession(long id, UUID uuid, String name, long exp, boolean mastered, boolean joined) -
Method Summary
-
Constructor Details
-
Profession
-
-
Method Details
-
addExp
public void addExp(long exp) -
removeExp
public void removeExp(long exp) -
resetExp
public void resetExp() -
resetMastered
public void resetMastered() -
resetJoined
public void resetJoined() -
reset
public void reset() -
update
public void update() -
getLevel
public int getLevel() -
setLevel
public void setLevel(int level)
-