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.command
/
Command
/
Handler
Handler
fun
interface
Handler
Members
Types
Context
Link copied to clipboard
class
Context
(
val
command
:
Command
,
val
args
:
Array
<
out
Any
>
)
Suspend
Link copied to clipboard
fun
interface
Suspend
Functions
invoke
Link copied to clipboard
abstract
operator
fun
Command.Handler.Context
.
invoke
(
)