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

Method isWallSign

src/main/java/org/bukkit/material/Sign.java:36–38  ·  view source on GitHub ↗

Check if this sign is attached to a wall @return true if this sign is attached to a wall, false if set on top of a block

()

Source from the content-addressed store, hash-verified

34 * block
35 */
36 public boolean isWallSign() {
37 return getItemType() == Material.WALL_SIGN;
38 }
39
40 /**
41 * Gets the face that this block is attached on

Callers 3

getAttachedFaceMethod · 0.95
getFacingMethod · 0.95
setFacingDirectionMethod · 0.95

Calls 1

getItemTypeMethod · 0.80

Tested by

no test coverage detected