MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / getDescendingDirection

Method getDescendingDirection

src/main/java/org/bukkit/material/Stairs.java:52–54  ·  view source on GitHub ↗

@return the direction the stairs descend towards

()

Source from the content-addressed store, hash-verified

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

Callers 1

getFacingMethod · 0.95

Calls 2

getAscendingDirectionMethod · 0.95
getOppositeFaceMethod · 0.80

Tested by

no test coverage detected