class NBTFloat
extends NBTNumber
import { NBTFloat } from "https://deno.land/x/fkm_nbt@v0.1.0/nbt/NBTFloat.ts";
Methods
acceptWriter(visitor: NBTVisitor): void
asString(): string
byteValue(): number
doubleValue(): number
floatValue(): number
getType(): number
intValue(): number
longValue(): bigint
numberValue(): number
shortValue(): number
write(writer: BinaryWriter): void