Creative

data class Creative(val itemStack: ItemStack, val slot: ItemSlot? = null) : InventoryAction, Record

Constructors

Link copied to clipboard
constructor(itemStack: ItemStack, slot: ItemSlot? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val itemStack: ItemStack
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