Commits

Wesley Wolfe authored 90faffc3399
Pulling all pending Bukkit-JavaDoc changes
No tags

src/main/java/org/bukkit/block/Skull.java

Modified
17 17 /**
18 18 * Gets the owner of the skull
19 19 *
20 20 * @return the owner if the skull
21 21 */
22 22 public String getOwner();
23 23
24 24 /**
25 25 * Sets the owner of the skull
26 26 *
27 - * @param owner the new owner of the skull
27 + * @param name the new owner of the skull
28 28 * @return true if the owner was successfully set
29 29 */
30 30 public boolean setOwner(String name);
31 31
32 32 /**
33 33 * Gets the rotation of the skull
34 34 *
35 35 * @return the rotation of the skull
36 36 */
37 37 public BlockFace getRotation();

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut