Lineage
Toggle table of contents
0.4.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
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
add
Listener
Link copied to clipboard
fun
addListener
(
listener
:
(
)
->
Unit
)
get
Link copied to clipboard
open
override
fun
get
(
name
:
String
)
:
Command
?
register
Link copied to clipboard
open
override
fun
register
(
command
:
Command
)
fun
register
(
command
:
Command
,
ownerId
:
String
)
snapshot
Link copied to clipboard
fun
snapshot
(
)
:
List
<
CommandEntry
>
unregister
Link copied to clipboard
open
override
fun
unregister
(
name
:
String
)