Pulling all pending Bukkit-JavaDoc changes

This commit is contained in:
Edmond Poon
2013-03-27 21:12:08 -04:00
parent c84d619368
commit ced8459bc3
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
*/