MCPcopy Create free account
hub / github.com/Teneted/Tenet / isWallSign

Method isWallSign

src/main/java/org/bukkit/material/Sign.java:38–40  ·  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

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

Callers 3

getAttachedFaceMethod · 0.95
getFacingMethod · 0.95
setFacingDirectionMethod · 0.95

Calls 1

getItemTypeMethod · 0.45

Tested by

no test coverage detected