mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-12 10:31:37 +01:00
Clarify that TotalExperience (XpTotal) is not displayed anywhere
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f6d57504d7
commit
35e62b85bf
@ -818,7 +818,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|||||||
* Gets the players total experience points.
|
* Gets the players total experience points.
|
||||||
* <br>
|
* <br>
|
||||||
* This refers to the total amount of experience the player has collected
|
* This refers to the total amount of experience the player has collected
|
||||||
* over time and is only displayed as the player's "score" upon dying.
|
* over time and is not currently displayed to the client.
|
||||||
*
|
*
|
||||||
* @return Current total experience points
|
* @return Current total experience points
|
||||||
*/
|
*/
|
||||||
@ -828,7 +828,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|||||||
* Sets the players current experience points.
|
* Sets the players current experience points.
|
||||||
* <br>
|
* <br>
|
||||||
* This refers to the total amount of experience the player has collected
|
* This refers to the total amount of experience the player has collected
|
||||||
* over time and is only displayed as the player's "score" upon dying.
|
* over time and is not currently displayed to the client.
|
||||||
*
|
*
|
||||||
* @param exp New total experience points
|
* @param exp New total experience points
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user