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
/
Command
Command
interface
Command
Command definition registered in the proxy.
Members
Properties
aliases
Link copied to clipboard
abstract
val
aliases
:
List
<
String
>
description
Link copied to clipboard
abstract
val
description
:
String
name
Link copied to clipboard
abstract
val
name
:
String
permission
Link copied to clipboard
abstract
val
permission
:
String
?
Functions
execute
Link copied to clipboard
abstract
fun
execute
(
context
:
CommandContext
)
suggest
Link copied to clipboard
abstract
fun
suggest
(
context
:
CommandContext
)
:
List
<
String
>