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.mod
/
GuardedCommandRegistry
Guarded
Command
Registry
class
GuardedCommandRegistry
(
delegate
:
CommandRegistry
,
guard
:
ModCapabilityGuard
)
:
CommandRegistry
Members
Constructors
Guarded
Command
Registry
Link copied to clipboard
constructor
(
delegate
:
CommandRegistry
,
guard
:
ModCapabilityGuard
)
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
)