Skip to content

helix / NbtInput

Type Alias: NbtInput

NbtInput = string | number | boolean | NbtNum | CommandValue | NbtInput[] | {[key: string]: NbtInput; }

Defined in: core/values/nbt.ts:9

A JS value the SNBT serializer understands: primitives, arrays, plain objects, typed-number wrappers (see Float et al.), or any CommandValue (rendered verbatim and inlined - e.g. a BlockValue).

Released under the MIT License · Credits