Commits
md_5 authored 9db034578d1
35 35 | /** |
36 36 | * Sets the owner of the skull |
37 37 | * <p> |
38 38 | * Involves a potentially blocking web request to acquire the profile data for |
39 39 | * the provided name. |
40 40 | * |
41 41 | * @param name the new owner of the skull |
42 42 | * @return true if the owner was successfully set |
43 43 | * @deprecated see {@link #setOwningPlayer(org.bukkit.OfflinePlayer)}. |
44 44 | */ |
45 - | since = "1.94") | (
45 + | since = "1.9.4") | (
46 46 | "null -> false") | (
47 47 | public boolean setOwner( String name); |
48 48 | |
49 49 | /** |
50 50 | * Get the player which owns the skull. This player may appear as the |
51 51 | * texture depending on skull type. |
52 52 | * |
53 53 | * @return owning player |
54 54 | */ |
55 55 | |