UNPKG

liteloader-js

Version:
16 lines (11 loc) 310 B
import {IntPos} from "../../types"; import {Block} from "./Block"; import {NbtCompound} from "../NBT"; export class BlockEntity { readonly pos: IntPos readonly type: IntPos getNbt(): NbtCompound setNbt(nbt: NbtCompound): boolean getBlock(): Block getBlock(): Block }