Update javadoc

This commit is contained in:
GeorgH93 2023-12-10 14:14:14 +01:00
parent 1e1b16bb07
commit 8c2e25a75e
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public interface Backpack extends InventoryHolder
* Gets the owner of the backpack.
*
* @return The owner of the backpack;
* @deprecated Use the {@link Backpack#getOwnerId()} function instead.
*/
@Deprecated
@NotNull OfflinePlayer getOwner();