VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.command.impl
Package-level
declarations
Types
Types
Command
Info
Link copied to clipboard
data
class
CommandInfo
(
val
name
:
String
,
val
aliases
:
Set
<
String
>
,
val
description
:
String
,
val
usage
:
List
<
String
>
,
val
permission
:
String
)
Command
Provider
Impl
Link copied to clipboard
class
CommandProviderImpl
(
translator
:
Translator
)
:
CommandProvider
Console
Command
Source
Link copied to clipboard
class
ConsoleCommandSource
:
CommandSource