import { NBTHelper } from "https://deno.land/x/fkm_nbt@v0.1.0/nbt/NBTHelper.ts";
Static Methods
private
readNBT(reader: BinaryReader): NBTElementprivate
writeNBT(element: NBTElement, writer: BinaryWriter): voidbyId(id: number): NBTType<NBTElement>
deprecated
getById(id: number)jnbtToNBT<T = NBTElement>(obj: JObj): T
jsnbtToNBT<T = NBTElement>(json: any): T
nbtToJNBT(compound: NBTCompound)
nbtToJSNBT(compound: NBTCompound)
nbtToTreeView(tag: NBTElement)
read<T = NBTCompound>(data: Uint8Array): T
readCompressed<T = NBTCompound>(data: Uint8Array): T
snbtToNBT(text: string): NBTCompound
write(): Uint8Array
writeCompressed(): Uint8Array