Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.command
/
CommandRegistryImpl
Command
Registry
Impl
class
CommandRegistryImpl
:
CommandRegistry
Thread-safe command registry.
Members
Constructors
Command
Registry
Impl
Link copied to clipboard
constructor
(
)
Functions
get
Link copied to clipboard
open
override
fun
get
(
name
:
String
)
:
Command
?
register
Link copied to clipboard
open
override
fun
register
(
command
:
Command
)
unregister
Link copied to clipboard
open
override
fun
unregister
(
name
:
String
)