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.features.module.modules.player.invcleaner
/
ItemAndComponents
Item
And
Components
@
JvmRecord
data
class
ItemAndComponents
(
val
item
:
Item
,
val
componentChanges
:
DataComponentPatch
)
:
Record
Represents the "id" of
ItemStack
.
ItemStack
s with same
Item
and
DataComponentPatch
can be merged.
Members
Constructors
Item
And
Components
Link copied to clipboard
constructor
(
item
:
Item
,
componentChanges
:
DataComponentPatch
)
constructor
(
itemStack
:
ItemStack
)
Properties
component
Changes
Link copied to clipboard
val
componentChanges
:
DataComponentPatch
item
Link copied to clipboard
val
item
:
Item
Functions
to
Item
Stack
Link copied to clipboard
fun
toItemStack
(
count
:
Int
)
:
ItemStack