ItemStack

data class ItemStack(val nbt: NbtCompound? = null, val relativeFileLocation: String)

Constructors

Link copied to clipboard
constructor(nbt: NbtCompound? = null, relativeFileLocation: String)

Properties

Link copied to clipboard
val nbt: NbtCompound?
Link copied to clipboard