mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Switch Player#updateInventory deprecation for internal API annotation
By: md_5 <git@md-5.net>
This commit is contained in:
parent
59e77b485a
commit
a8c7c8a302
1 changed files with 3 additions and 3 deletions
|
@ -740,10 +740,10 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|||
/**
|
||||
* Forces an update of the player's entire inventory.
|
||||
*
|
||||
* @deprecated This method should not be relied upon as it is a temporary
|
||||
* work-around for a larger, more complicated issue.
|
||||
* @apiNote It should not be necessary for plugins to use this method. If it
|
||||
* is required for some reason, it is probably a bug.
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.Internal
|
||||
public void updateInventory();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue