Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.command
/
CommandContext
Command
Context
interface
CommandContext
Execution context for a command invocation.
Members
Properties
args
Link copied to clipboard
abstract
val
args
:
List
<
String
>
input
Link copied to clipboard
abstract
val
input
:
String
sender
Link copied to clipboard
abstract
val
sender
:
CommandSender
Functions
arg
Link copied to clipboard
abstract
fun
arg
(
index
:
Int
)
:
String
?
has
Permission
Link copied to clipboard
abstract
fun
hasPermission
(
permission
:
String
)
:
Boolean