Interface BlockRaycastOptionsBeta

Contains additional options for configuring a block raycast query.

Hierarchy

  • BlockRaycastOptions

Properties

includeLiquidBlocks?: boolean

Remarks

If true, liquid blocks will be considered as blocks that 'stop' the raycast.

includePassableBlocks?: boolean

Remarks

If true, passable blocks like vines and flowers will be considered as blocks that 'stop' the raycast.

maxDistance?: number

Remarks

Maximum distance, in blocks, to process the raycast.