mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-21 23:33:48 -07:00
SPIGOT-6188: Javadoc typo on SkullMeta getOwner()
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user