@return the direction the stairs descend towards
()
| 50 | * @return the direction the stairs descend towards |
| 51 | */ |
| 52 | public BlockFace getDescendingDirection() { |
| 53 | return getAscendingDirection().getOppositeFace(); |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * Set the direction the stair part of the block is facing |
no test coverage detected