CommandPluginServer

Undocumented in source.
final
class CommandPluginServer : IPlugin {}

Members

Mixins

__anonymous
mixin CommandPluginCommon
Undocumented in source.
__anonymous
mixin CommandPluginServerImpl
Undocumented in source.

Mixed In Members

From mixin CommandPluginCommon

__anonymous
mixin IdAndSemverFrom!(voxelman.command.plugininfo)
Undocumented in source.
handlers
CommandHandler[string] handlers;
Undocumented in source.
registerCommand
void registerCommand(string name, CommandHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
ExecResult execute(const(char)[] input, ClientId source)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin CommandPluginServerImpl

connection
NetServerPlugin connection;
Undocumented in source.
init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
handleCommandPacket
void handleCommandPacket(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta