Skip to main content

update_wall_state

Function update_wall_state 

Source
fn update_wall_state(
    state: BlockStateId,
    top_pos: BlockPos,
    top_neighbor: BlockStateId,
    north: bool,
    east: bool,
    south: bool,
    west: bool,
) -> BlockStateId
Expand description

Vanilla WallBlock.updateShape (private side/post helper).