kbrig-core
0.1.0
common
kbrig-core
/
org.anvilpowered.kbrig.argument
/
StringArgumentType
/
Companion
Companion
object
Companion
:
ArgumentType.Companion
<
String
>
Members
Functions
get
Link copied to clipboard
@
JvmStatic
open
override
fun
get
(
context
:
CommandContext
<
*
>
,
name
:
String
)
:
String
greedy
Phrase
Link copied to clipboard
@
JvmStatic
fun
greedyPhrase
(
)
:
StringArgumentType.GreedyPhrase
quotable
Phrase
Link copied to clipboard
@
JvmStatic
fun
quotablePhrase
(
)
:
StringArgumentType.QuotablePhrase
single
Word
Link copied to clipboard
@
JvmStatic
fun
singleWord
(
)
:
StringArgumentType.SingleWord