@return the direction the stair part of the block is facing
()
| 85 | * @return the direction the stair part of the block is facing |
| 86 | */ |
| 87 | public BlockFace getFacing() { |
| 88 | return getDescendingDirection(); |
| 89 | } |
| 90 | |
| 91 | @Override |
| 92 | public String toString() { |
no test coverage detected