fn can_place_hanging_sign(
world: &Arc<World>,
state: BlockStateId,
pos: BlockPos,
) -> boolExpand description
Checks if a wall hanging sign block state can be placed.
This matches vanilla’s HangingSignItem.canPlace override which adds
an additional check for WallHangingSignBlock.canPlace.