Interface used to manipulate player's experience.
Consider using Player.getExperience, Player.setExperience, Player.addExperience.
Adds specified amount of experience to the current value.
amount to be added
Player's current experience.
Sets player's experience.
experience value to be set
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.
Interface used to manipulate player's experience.
Deprecated
Consider using Player.getExperience, Player.setExperience, Player.addExperience.