mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-20 22:18:58 +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.
|
* Gets the owner of the skull.
|
||||||
*
|
*
|
||||||
* @return the owner if the skull
|
* @return the owner if the skull
|
||||||
* @deprecated see {@link #setOwningPlayer(org.bukkit.OfflinePlayer)}.
|
* @deprecated see {@link #getOwningPlayer()}.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|
Loading…
Add table
Reference in a new issue