Inventory Action
Types
Link copied to clipboard
data class Chain(val inventoryConstraints: InventoryConstraints, val actions: List<InventoryAction>, val priority: Priority) : Record
A chained inventory action is a list of inventory actions that have to be executed in order and CANNOT be stopped in between
Link copied to clipboard
Link copied to clipboard
data class UseItem @JvmOverloads constructor(val hotbarItemSlot: HotbarItemSlot, val requester: Any? = null) : InventoryAction, Record