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