mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-04 18:12:09 +01:00
SPIGOT-6188: Javadoc typo on SkullMeta getOwner()
By: md_5 <git@md-5.net>
This commit is contained in:
parent
54b0a6d645
commit
41c261923a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public interface SkullMeta extends ItemMeta {
|
|||
* Gets the owner of the skull.
|
||||
*
|
||||
* @return the owner if the skull
|
||||
* @deprecated see {@link #setOwningPlayer(org.bukkit.OfflinePlayer)}.
|
||||
* @deprecated see {@link #getOwningPlayer()}.
|
||||
*/
|
||||
@Deprecated
|
||||
@Nullable
|
||||
|
|
Loading…
Reference in a new issue