Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
shared
/
ru.hytalemodding.lineage.shared.command
/
ProxyCommandDescriptor
Proxy
Command
Descriptor
data
class
ProxyCommandDescriptor
(
val
namespace
:
String
,
val
name
:
String
,
val
aliases
:
List
<
String
>
,
val
description
:
String
,
val
usage
:
String
,
val
permission
:
String
?
,
val
flags
:
Int
)
Members
Constructors
Proxy
Command
Descriptor
Link copied to clipboard
constructor
(
namespace
:
String
,
name
:
String
,
aliases
:
List
<
String
>
,
description
:
String
,
usage
:
String
,
permission
:
String
?
,
flags
:
Int
)
Properties
aliases
Link copied to clipboard
val
aliases
:
List
<
String
>
description
Link copied to clipboard
val
description
:
String
flags
Link copied to clipboard
val
flags
:
Int
name
Link copied to clipboard
val
name
:
String
namespace
Link copied to clipboard
val
namespace
:
String
permission
Link copied to clipboard
val
permission
:
String
?
usage
Link copied to clipboard
val
usage
:
String