FillOptions2: {
    matchingBlock?: string;
    matchingBlockStates?: Record<string, string | number | boolean>;
    minMSBetweenYields?: number;
}

Type declaration

  • OptionalmatchingBlock?: string

    The type of the block mask to match.

  • OptionalmatchingBlockStates?: Record<string, string | number | boolean>

    The block states of the block mask to match.

  • OptionalminMSBetweenYields?: number

    The shortest the generation can run for before pausing until the next tick.