Click

data class Click(val screen: AbstractContainerScreen<*>? = null, val slot: ItemSlot, val button: Int, val actionType: ClickType) : InventoryAction, Record

Constructors

Link copied to clipboard
constructor(screen: AbstractContainerScreen<*>? = null, slot: ItemSlot, button: Int, actionType: ClickType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionType: ClickType
Link copied to clipboard
val button: Int
Link copied to clipboard
val screen: AbstractContainerScreen<*>?
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
Link copied to clipboard