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
/
Click
Click
@
JvmRecord
data
class
Click
(
val
screen
:
AbstractContainerScreen
<
*
>
?
=
null
,
val
slot
:
ItemSlot
,
val
button
:
Int
,
val
actionType
:
ClickType
)
:
InventoryAction
,
Record
Members
Constructors
Click
Link copied to clipboard
constructor
(
screen
:
AbstractContainerScreen
<
*
>
?
=
null
,
slot
:
ItemSlot
,
button
:
Int
,
actionType
:
ClickType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Type
Link copied to clipboard
val
actionType
:
ClickType
button
Link copied to clipboard
val
button
:
Int
screen
Link copied to clipboard
val
screen
:
AbstractContainerScreen
<
*
>
?
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
perform
Miss
Click
Link copied to clipboard
fun
performMissClick
(
)
:
Boolean
requires
Player
Inventory
Open
Link copied to clipboard
open
override
fun
requiresPlayerInventoryOpen
(
)
:
Boolean