Pulling all pending Bukkit-JavaDoc changes

By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-03-27 21:12:08 -04:00
parent 572159a4fa
commit 3fe7d8585e
3 changed files with 23 additions and 3 deletions

View File

@@ -30,14 +30,14 @@ public interface Skull extends BlockState {
public boolean setOwner(String name);
/**
* Gets the rotation of the skull
* Gets the rotation of the skull in the world
*
* @return the rotation of the skull
*/
public BlockFace getRotation();
/**
* Sets the rotation of the skull
* Sets the rotation of the skull in the world
*
* @param rotation the rotation of the skull
*/