Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.command
/
CommandSender
Command
Sender
interface
CommandSender
:
PermissionSubject
Entity that can execute commands.
Members
Properties
name
Link copied to clipboard
abstract
val
name
:
String
type
Link copied to clipboard
abstract
val
type
:
SenderType
Functions
send
Message
Link copied to clipboard
abstract
fun
sendMessage
(
message
:
String
)