Skip to content

toMinecraft

val NbtTag?.toMinecraft: Tag

Converts a knbt tag to the equivalent Minecraft Tag (a null receiver becomes EndTag).

val NbtCompound.toMinecraft: CompoundTag

Converts a knbt NbtCompound to the equivalent Minecraft CompoundTag.

val NbtList<*>.toMinecraft: ListTag

Converts a knbt NbtList to the equivalent Minecraft ListTag.