BBUReloaded
Toggle table of contents
0.1-BETA
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BBUReloaded
BBUReloaded
/
me.imoltres.bbu.utils.command
/
CommandExecutorContext
Command
Executor
Context
@
JvmInline
(
)
public
final
class
CommandExecutorContext
Members
Constructors
Command
Executor
Context
Link copied to clipboard
public
CommandExecutorContext
CommandExecutorContext
(
CommandContext
<
CommandSourceStack
>
context
)
Properties
context
Link copied to clipboard
private
final
CommandContext
<
CommandSourceStack
>
context
Functions
get
Context
Link copied to clipboard
public
final
CommandContext
<
CommandSourceStack
>
getContext
(
)
invoke
Link copied to clipboard
public
final
T
invoke
<
T
extends
Any
>
(
CommandNode.Argument
<
T
>
$self
)
Retrieves the value of a
CommandArgument
from the
CommandContext