LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.inventory
/
InventoryAction
/
Creative
Creative
@
JvmRecord
data
class
Creative
(
val
itemStack
:
ItemStack
,
val
slot
:
ItemSlot
?
=
null
)
:
InventoryAction
,
Record
Members
Constructors
Creative
Link copied to clipboard
constructor
(
itemStack
:
ItemStack
,
slot
:
ItemSlot
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
item
Stack
Link copied to clipboard
val
itemStack
:
ItemStack
slot
Link copied to clipboard
val
slot
:
ItemSlot
?
Functions
can
Perform
Action
Link copied to clipboard
open
override
fun
canPerformAction
(
inventoryConstraints
:
InventoryConstraints
)
:
Boolean
perform
Action
Link copied to clipboard
open
override
fun
performAction
(
)
:
Boolean
requires
Player
Inventory
Open
Link copied to clipboard
open
override
fun
requiresPlayerInventoryOpen
(
)
:
Boolean