EditableItemStack

class EditableItemStack(id: String, group: String = "UIsModule", itemStack: ItemStack) : Listener

Represents an item stack that can be edited and customized in config.

Parameters

id

The id of the item.

group

The group of the files to store the item. (Default to "UIsModule")

itemStack

The item stack to save.

Constructors

Link copied to clipboard
constructor(id: String, group: String = "UIsModule", itemStack: ItemStack)

Functions

Link copied to clipboard
fun asItemStack(): ItemStack

Gets the editable item as an ItemStack