13
0
geforkt von Mirrors/Paper

Clarify that TotalExperience (XpTotal) is not displayed anywhere

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2020-01-21 10:34:30 +11:00
Ursprung f6d57504d7
Commit 35e62b85bf

Datei anzeigen

@ -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
*/ */