###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
krch
/
org.danbrough.krch
/
KCommandMap
KCommand
Map
class
KCommandMap
Members
Constructors
KCommand
Map
Link copied to clipboard
constructor
(
vararg
commands
:
Pair
<
String
,
KCommandConstructor
>
)
Functions
add
All
Link copied to clipboard
fun
addAll
(
vararg
commands
:
Pair
<
String
,
KCommandConstructor
>
)
:
KCommandMap
alias
Link copied to clipboard
fun
alias
(
name
:
String
,
alias
:
String
)
commands
Link copied to clipboard
fun
commands
(
)
:
List
<
KCommand
>
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
KCommandConstructor
?
get
Command
Link copied to clipboard
fun
getCommand
(
key
:
String
)
:
KCommand
set
Link copied to clipboard
operator
fun
set
(
key
:
String
,
constructor
:
KCommandConstructor
)