encompassPositions

fun encompassPositions(vararg positions: BlockPos): BlockBox?(source)

Creates a BlockBox from encompassing the given positions.

Return

A BlockBox instance containing the given positions or null, if no positions were given

Parameters

positions

The positions to encompass in a BlockBox

See also