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
/
OffHandSlot
Off
Hand
Slot
data
object
OffHandSlot
:
HotbarItemSlot
Members
Properties
hotbar
Slot
Link copied to clipboard
val
hotbarSlot
:
Int
hotbar
Slot
For
Server
Link copied to clipboard
open
override
val
hotbarSlotForServer
:
Int
=
40
is
Selected
Link copied to clipboard
open
override
val
isSelected
:
Boolean
OffHand is always "selected"
item
Stack
Link copied to clipboard
open
override
val
itemStack
:
ItemStack
slot
Type
Link copied to clipboard
open
override
val
slotType
:
ItemSlot.Type
use
Hand
Link copied to clipboard
open
override
val
useHand
:
InteractionHand
Functions
get
Id
For
Server
Link copied to clipboard
open
override
fun
getIdForServer
(
screen
:
AbstractContainerScreen
<
*
>
?
)
:
Int
?
Used for example for slot click packets
get
Id
For
Server
With
Current
Screen
Link copied to clipboard
open
fun
getIdForServerWithCurrentScreen
(
)
:
Int
?