UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 156 B
import IEntityNbtJson from "./IEntityNbtJson"; export default interface ISnbtEntity { blockPos: number[]; pos: number[]; nbt: IEntityNbtJson; }