Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.command
/
ArgumentType
Argument
Type
interface
ArgumentType
<
T
>
Parses a single argument into a typed value.
Members
Properties
name
Link copied to clipboard
abstract
val
name
:
String
Functions
parse
Link copied to clipboard
abstract
fun
parse
(
input
:
String
)
:
T
suggest
Link copied to clipboard
abstract
fun
suggest
(
input
:
String
)
:
List
<
String
>