kbrig-core
0.1.0
common
kbrig-core
/
org.anvilpowered.kbrig.argument
/
ArgumentType
Argument
Type
interface
ArgumentType
<
T
>
Inheritors
BooleanArgumentType
RangedArgumentType
StringArgumentType
Members
Types
Companion
Link copied to clipboard
interface
Companion
<
T
>
Properties
examples
Link copied to clipboard
open
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
)
:
T