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
/
CommandRegistry
Command
Registry
interface
CommandRegistry
Registers commands and resolves them by name.
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
name
:
String
)
:
Command
?
register
Link copied to clipboard
abstract
fun
register
(
command
:
Command
)
unregister
Link copied to clipboard
abstract
fun
unregister
(
name
:
String
)