Skip to main content

side_update

Function side_update 

Source
fn side_update(
    world: &dyn ScheduledTickAccess,
    pos: BlockPos,
    state: BlockStateId,
    neighbor_pos: BlockPos,
    neighbor: BlockStateId,
    direction: Direction,
) -> BlockStateId
Expand description

Vanilla WallBlock.sideUpdate.