VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.command
/
CommandSource
Command
Source
interface
CommandSource
:
Named
Inheritors
ConsoleCommandSource
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
check
Permission
Link copied to clipboard
abstract
fun
checkPermission
(
permission
:
String
)
:
Boolean
Used to check if the command source has the given permission
name
Link copied to clipboard
abstract
fun
name
(
)
:
String
send
Message
Link copied to clipboard
abstract
fun
sendMessage
(
vararg
messages
:
String
)
abstract
fun
sendMessage
(
message
:
String
)
abstract
fun
sendMessage
(
messages
:
Collection
<
String
>
)