import { NBTInt } from "https://deno.land/x/fkm_nbt@v0.1.0/mod.ts";
Methods
acceptWriter(visitor: NBTVisitor): void
asString(): string
byteValue(): number
doubleValue(): number
floatValue(): number
getNBTType(): NBTType<NBTInt>
getType(): number
intValue(): number
longValue(): bigint
numberValue(): number
shortValue(): number
write(writer: BinaryWriter): void
Static Properties
TYPE: NBTType<NBTInt>