diff --git a/paper-api/src/main/java/org/bukkit/block/Skull.java b/paper-api/src/main/java/org/bukkit/block/Skull.java index 92363d334b..499a153e65 100644 --- a/paper-api/src/main/java/org/bukkit/block/Skull.java +++ b/paper-api/src/main/java/org/bukkit/block/Skull.java @@ -56,7 +56,8 @@ public interface Skull extends BlockState { public void setOwningPlayer(OfflinePlayer player); /** - * Gets the rotation of the skull in the world + * Gets the rotation of the skull in the world (or facing direction if this + * is a wall mounted skull). * * @return the rotation of the skull * @deprecated use {@link BlockData} @@ -65,7 +66,8 @@ public interface Skull extends BlockState { public BlockFace getRotation(); /** - * Sets the rotation of the skull in the world + * Sets the rotation of the skull in the world (or facing direction if this + * is a wall mounted skull). * * @param rotation the rotation of the skull * @deprecated use {@link BlockData}