UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

11 lines (10 loc) 300 B
import BlockVolume from "./BlockVolume"; import BlockVolumeLine from "./BlockVolumeLine"; export default class BlockVolumePlane { private _cube; private _x; lines: BlockVolumeLine[]; get x(): number; constructor(cube: BlockVolume, x: number); y(y: number): BlockVolumeLine; }