Fix Spigot annotation mistakes
while some of these may of been true, they are extreme cases and cause a ton of noise to plugin developers. Use ApiStatus.Internal instead of Deprecated for actual internal API that continues to have use (internally). These do not help plugin developers if they bring moise noise than value.
This commit is contained in:
@@ -1680,11 +1680,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
|
||||
/**
|
||||
* Forces an update of the player's entire inventory.
|
||||
*
|
||||
* @apiNote It should not be necessary for plugins to use this method. If it
|
||||
* is required for some reason, it is probably a bug.
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
// @ApiStatus.Internal // Paper - is valid API
|
||||
public void updateInventory();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user