pub fn merged_offset_face_occludes(
shape1: OffsetVoxelShape,
shape2: OffsetVoxelShape,
direction: Direction,
) -> boolExpand description
Checks if two position-offset voxel shapes fully occlude the face between them.
This is the offset-aware form used by block states whose collision shape
depends on BlockState.getOffset(level, pos).