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.features.module.modules.fun.notebot
/
NotebotEngine
Notebot
Engine
class
NotebotEngine
(
val
songData
:
SongData
,
val
blocksAndRequirements
:
NotebotScanner.BlocksAndRequirements
)
Members
Constructors
Notebot
Engine
Link copied to clipboard
constructor
(
songData
:
SongData
,
blocksAndRequirements
:
NotebotScanner.BlocksAndRequirements
)
Properties
blocks
And
Requirements
Link copied to clipboard
val
blocksAndRequirements
:
NotebotScanner.BlocksAndRequirements
song
Data
Link copied to clipboard
val
songData
:
SongData
Functions
change
Stage
Link copied to clipboard
fun
changeStage
(
handler
:
ModuleNotebot.NotebotStageHandler
)
handle
Sound
Packet
Link copied to clipboard
fun
handleSoundPacket
(
packet
:
ClientboundSoundPacket
)
on
Tick
Link copied to clipboard
suspend
fun
onTick
(
)