NBT-Manipulator

A kotlin/java lib that allows you to read and write NBT data in a clean way

View on GitHub

//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtList/deepCopy

deepCopy

[jvm]
open override fun deepCopy(): NbtList<T>

Returns a new NbtList with all nested values copied deeply.