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

Method getFacing

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

@return the direction the stair part of the block is facing

()

Source from the content-addressed store, hash-verified

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() {

Callers 1

toStringMethod · 0.95

Calls 1

Tested by

no test coverage detected