mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
#1078: Improve Javadocs of Player#loadData() and Player#saveData()
This commit is contained in:
parent
1e2e6a184a
commit
a6aba46fe6
1 changed files with 4 additions and 4 deletions
|
@ -393,15 +393,15 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|||
|
||||
/**
|
||||
* Saves the players current location, health, inventory, motion, and
|
||||
* other information into the username.dat file, in the world/player
|
||||
* folder
|
||||
* other information into the uuid.dat file, in the <main
|
||||
* world>/playerdata folder.
|
||||
*/
|
||||
public void saveData();
|
||||
|
||||
/**
|
||||
* Loads the players current location, health, inventory, motion, and
|
||||
* other information from the username.dat file, in the world/player
|
||||
* folder.
|
||||
* other information from the uuid.dat file, in the <main
|
||||
* world>/playerdata folder.
|
||||
* <p>
|
||||
* Note: This will overwrite the players current inventory, health,
|
||||
* motion, etc, with the state from the saved dat file.
|
||||
|
|
Loading…
Add table
Reference in a new issue