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
()
| 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 |
no test coverage detected