CommandSender

Interface for command senders.

Members

Functions

sendMessage
void sendMessage(E args)

Sends a message to the command sender. The message can contain formatting codes and translations.

sendMessageImpl
void sendMessageImpl(Message[] messages)
Undocumented in source.

Properties

availableCommands
Command[string] availableCommands [@property getter]

Gets the commands that can be called by the command sender in its current status. Aliases are included in the list and the Command object is the same as the non-aliased command.

server
shared(NodeServer) server [@property getter]

Gets the command sender's current server.

Meta