Package-level declarations

NBT builder DSL for NbtCompound and NbtList

Types

Link copied to clipboard
Link copied to clipboard

Builder class for an NBT list.

Functions

Link copied to clipboard
inline fun nbtCompound(build: NbtCompoundBuilder.() -> Unit): CompoundTag

Build an NBT compound.

Link copied to clipboard
inline fun nbtList(build: NbtListBuilder.() -> Unit): ListTag

Build an NBT list.