Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fkm_nbt/mod.ts>NBTLongArray

Node: https://www.npmjs.com/package/fkm-nbt Deno: https://deno.land/x/fkm_nbt
Latest
class NBTLongArray
extends NBTElement
Re-export
import { NBTLongArray } from "https://deno.land/x/fkm_nbt@v0.1.0/mod.ts";

Constructors

new
NBTLongArray(value: bigint[])

Properties

private
value: bigint[]

Methods

acceptWriter(visitor: NBTVisitor): void
asString(): string
clear(): void
get(i: number): NBTLong
getLongArray(): bigint[]
getType(): number
remove(i: number): bigint
set(i: number, element: NBTLong): NBTLong
size(): number
write(writer: BinaryWriter): void

Static Properties

deprecated
reader
TYPE: NBTType<NBTLongArray>