Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Extends
Contains additional options for configuring a block raycast query.
Properties
includeLiquidBlocks
includeLiquidBlocks?: boolean;
If true, liquid blocks will be considered as blocks that 'stop' the raycast.
Type: boolean
includePassableBlocks
includePassableBlocks?: boolean;
If true, passable blocks like vines and flowers will be considered as blocks that 'stop' the raycast.
Type: boolean
maxDistance
maxDistance?: number;
Maximum distance, in blocks, to process the raycast.
Type: number