UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

15 lines (14 loc) 390 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); /** * Contains additional options for an entity raycast operation. */ class EntityRaycastOptions { /** * Maximum distance, in blocks, to process the raycast. */ "maxDistance"; } exports.default = EntityRaycastOptions;