UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 231 B
import Block from "./Block"; import BlockVolume from "./BlockVolume"; export default class Converter { static cubeEnsureBedrockProperties(cube: BlockVolume): void; static blockEnsureBedrockProperties(block: Block): void; }