CommandPluginClient

Undocumented in source.
final
class CommandPluginClient : IPlugin {}

Members

Mixins

__anonymous
mixin CommandPluginCommon
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.

Meta