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/Companion/createIntSublist

createIntSublist

[jvm]\

@JvmStatic

fun createIntSublist(vararg tags: Iterable<Int>): NbtList<NbtList<NbtInt>>

@JvmStatic

fun createIntSublist(vararg tags: IntArray): NbtList<NbtList<NbtInt>>

Returns a NbtList contained all elements wrapped in the appropriated NbtTag.