Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.command
/
ModCommand
Mod
Command
class
ModCommand
(
modManager
:
ModManager
)
:
Command
Console command for managing loaded mods.
Members
Constructors
Mod
Command
Link copied to clipboard
constructor
(
modManager
:
ModManager
)
Properties
aliases
Link copied to clipboard
open
override
val
aliases
:
List
<
String
>
description
Link copied to clipboard
open
override
val
description
:
String
name
Link copied to clipboard
open
override
val
name
:
String
permission
Link copied to clipboard
open
override
val
permission
:
String
?
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
CommandContext
)
suggest
Link copied to clipboard
open
override
fun
suggest
(
context
:
CommandContext
)
:
List
<
String
>