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
/
Context
Context
class
Context
(
val
command
:
Command
,
val
args
:
Array
<
out
Any
>
)
Members
Constructors
Context
Link copied to clipboard
constructor
(
command
:
Command
,
args
:
Array
<
out
Any
>
)
Properties
args
Link copied to clipboard
@
JvmField
val
args
:
Array
<
out
Any
>
command
Link copied to clipboard
@
JvmField
val
command
:
Command