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.integration.interop.protocol.rest.v1.game
/
PlayerInventoryData
Player
Inventory
Data
@
JvmRecord
data
class
PlayerInventoryData
(
val
armor
:
List
<
ItemStack
>
,
val
main
:
List
<
ItemStack
>
,
val
crafting
:
List
<
ItemStack
>
,
val
enderChest
:
List
<
ItemStack
>
)
:
Record
Members
Constructors
Player
Inventory
Data
Link copied to clipboard
constructor
(
armor
:
List
<
ItemStack
>
,
main
:
List
<
ItemStack
>
,
crafting
:
List
<
ItemStack
>
,
enderChest
:
List
<
ItemStack
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
armor
Link copied to clipboard
val
armor
:
List
<
ItemStack
>
crafting
Link copied to clipboard
val
crafting
:
List
<
ItemStack
>
ender
Chest
Link copied to clipboard
val
enderChest
:
List
<
ItemStack
>
main
Link copied to clipboard
val
main
:
List
<
ItemStack
>