Script API - v1.26.10.23
    Preparing search index...

    Interface BlockRaycastOptions

    interface BlockRaycastOptions {
        excludePermutations?: BlockPermutation[];
        excludeTags?: string[];
        excludeTypes?: string[];
        includeLiquidBlocks?: boolean;
        includePassableBlocks?: boolean;
        includePermutations?: BlockPermutation[];
        includeTags?: string[];
        includeTypes?: string[];
        maxDistance?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    excludePermutations?: BlockPermutation[]
    excludeTags?: string[]
    excludeTypes?: string[]
    includeLiquidBlocks?: boolean
    includePassableBlocks?: boolean
    includePermutations?: BlockPermutation[]
    includeTags?: string[]
    includeTypes?: string[]
    maxDistance?: number