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.script.bindings.api
/
ScriptInteractionUtil
Script
Interaction
Util
object
ScriptInteractionUtil
Members
Functions
attack
Entity
Js
Link copied to clipboard
@
JvmName
(
name
=
"attackEntity"
)
fun
attackEntityJs
(
entity
:
Entity
,
swing
:
Boolean
,
keepSprint
:
Boolean
)
interact
Entity
Link copied to clipboard
@
JvmName
(
name
=
"interactEntity"
)
fun
interactEntity
(
entity
:
Entity
,
hand
:
InteractionHand
)
place
Block
Link copied to clipboard
@
JvmName
(
name
=
"placeBlock"
)
fun
placeBlock
(
blockPos
:
BlockPos
,
hand
:
InteractionHand
)
:
Boolean
Places a block at the given
blockPos
using the given
hand
.
use
Item
Link copied to clipboard
@
JvmName
(
name
=
"useItem"
)
fun
useItem
(
hand
:
InteractionHand
)