LiquidBounce
Toggle table of contents
0.38.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.features.module.modules.world.automobheal
/
MobFoodOption
/
MobFoodOption
Mob
Food
Option
constructor
(
test
:
Predicate
<
ItemStack
>
,
healAmount
:
ToFloatFunction
<
ItemStack
>
,
isBucket
:
Boolean
=
false
)
constructor
(
tag
:
TagKey
<
Item
>
,
healAmount
:
ToFloatFunction
<
ItemStack
>
,
isBucket
:
Boolean
=
false
)
constructor
(
item
:
Item
,
healAmount
:
ToFloatFunction
<
ItemStack
>
,
isBucket
:
Boolean
=
false
)
constructor
(
item
:
Item
,
healAmount
:
Float
,
isBucket
:
Boolean
=
false
)