kbrig-core
0.1.0
common
kbrig-core
/
org.anvilpowered.kbrig.argument
/
StringArgumentType
String
Argument
Type
sealed
class
StringArgumentType
:
ArgumentType
<
String
>
Inheritors
SingleWord
QuotablePhrase
GreedyPhrase
Members
Types
Companion
Link copied to clipboard
object
Companion
:
ArgumentType.Companion
<
String
>
Greedy
Phrase
Link copied to clipboard
object
GreedyPhrase
:
StringArgumentType
Quotable
Phrase
Link copied to clipboard
object
QuotablePhrase
:
StringArgumentType
Single
Word
Link copied to clipboard
object
SingleWord
:
StringArgumentType
Properties
examples
Link copied to clipboard
open
override
val
examples
:
Set
<
String
>
Functions
list
Suggestions
Link copied to clipboard
open
suspend
fun
<
S
>
listSuggestions
(
context
:
CommandContext
<
S
>
?
,
builder
:
SuggestionsBuilder
)
:
Suggestions
parse
Link copied to clipboard
abstract
fun
parse
(
reader
:
StringReader
)
:
String