outlineBox

fun BlockState.outlineBox(blockPos: BlockPos): AABB


val BlockPos.outlineBox: AABB

Returns the block box outline of the block at the position. If the block is air, it will return an empty box. Outline Box should be used for rendering purposes only.

Returns FULL_BOX when block is air or does not exist.