BBUReloaded
Toggle table of contents
0.1-BETA
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BBUReloaded
BBUReloaded
/
me.imoltres.bbu.utils.command
/
CommandArgument
Command
Argument
public
final
class
CommandArgument
<
T
extends
Object
>
Members
Constructors
Command
Argument
Link copied to clipboard
public
CommandArgument
<
T
>
CommandArgument
(
String
id
,
ArgumentType
<
T
>
type
,
KClass
<
? extends
T
>
clazz
)
Types
Companion
Link copied to clipboard
public
class
Companion
Properties
clazz
Link copied to clipboard
private
final
KClass
<
? extends
T
>
clazz
Companion
Link copied to clipboard
public
final
static
CommandArgument.Companion
Companion
id
Link copied to clipboard
private
final
String
id
type
Link copied to clipboard
private
final
ArgumentType
<
T
>
type
Functions
get
Clazz
Link copied to clipboard
public
final
KClass
<
? extends
T
>
getClazz
(
)
get
Id
Link copied to clipboard
public
final
String
getId
(
)
get
Type
Link copied to clipboard
public
final
ArgumentType
<
T
>
getType
(
)