fn update_wall_state(
state: BlockStateId,
top_pos: BlockPos,
top_neighbor: BlockStateId,
north: bool,
east: bool,
south: bool,
west: bool,
) -> BlockStateIdExpand description
Vanilla WallBlock.updateShape (private side/post helper).