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
/
findClosestSlot
find
Closest
Slot
fun
<
T
:
HotbarItemSlot
>
SlotGroup
<
T
>
.
findClosestSlot
(
item
:
Item
)
:
T
?
fun
<
T
:
HotbarItemSlot
>
SlotGroup
<
T
>
.
findClosestSlot
(
vararg
items
:
Item
)
:
T
?
fun
<
T
:
HotbarItemSlot
>
SlotGroup
<
T
>
.
findClosestSlot
(
items
:
Collection
<
Item
>
)
:
T
?
inline
fun
<
T
:
HotbarItemSlot
>
SlotGroup
<
T
>
.
findClosestSlot
(
predicate
:
(
ItemStack
)
->
Boolean
)
:
T
?