Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.command
/
CommandEntry
Command
Entry
data
class
CommandEntry
(
val
id
:
String
,
val
ownerId
:
String
,
val
command
:
Command
,
val
baseNames
:
List
<
String
>
,
val
namespacedNames
:
List
<
String
>
)
Members
Constructors
Command
Entry
Link copied to clipboard
constructor
(
id
:
String
,
ownerId
:
String
,
command
:
Command
,
baseNames
:
List
<
String
>
,
namespacedNames
:
List
<
String
>
)
Properties
all
Names
Lowercase
Link copied to clipboard
val
allNamesLowercase
:
List
<
String
>
base
Names
Link copied to clipboard
val
baseNames
:
List
<
String
>
command
Link copied to clipboard
val
command
:
Command
id
Link copied to clipboard
val
id
:
String
namespaced
Names
Link copied to clipboard
val
namespacedNames
:
List
<
String
>
owner
Id
Link copied to clipboard
val
ownerId
:
String