Skip to main content

connects_to

Function connects_to 

Source
fn connects_to(
    world: &dyn LevelReader,
    neighbor_state: BlockStateId,
    neighbor_pos: BlockPos,
    direction: Direction,
) -> bool
Expand description

Checks if this bar should connect to the given neighbor state.