UseItem

data class UseItem @JvmOverloads constructor(val hotbarItemSlot: HotbarItemSlot, val requester: Any? = null) : InventoryAction, Record

Constructors

Link copied to clipboard
constructor(hotbarItemSlot: HotbarItemSlot, requester: Any? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun canPerformAction(inventoryConstraints: InventoryConstraints): Boolean
Link copied to clipboard
open override fun performAction(): Boolean
Link copied to clipboard