mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-22 06:55:36 +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.
|
* Forces an update of the player's entire inventory.
|
||||||
*
|
*
|
||||||
* @deprecated This method should not be relied upon as it is a temporary
|
* @apiNote It should not be necessary for plugins to use this method. If it
|
||||||
* work-around for a larger, more complicated issue.
|
* is required for some reason, it is probably a bug.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@ApiStatus.Internal
|
||||||
public void updateInventory();
|
public void updateInventory();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue