voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
CommandPluginClient
voxelman
command
plugin
Undocumented in source.
final
class
CommandPluginClient : IPlugin {
mixin
CommandPluginCommon
!
false
;
import
voxelman
.
net
.
plugin
:
NetClientPlugin
;
;
NetClientPlugin
connection
;
void
preInit
();
void
init
(IPluginManager pluginman);
}
Members
Functions
init
void
init
(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
preInit
void
preInit
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
CommandPluginCommon
!
false
Undocumented in source.
Variables
connection
NetClientPlugin
connection
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
command
plugin
aliases
CommandHandler
classes
CommandPluginClient
CommandPluginServer
enums
ExecStatus
mixin templates
CommandPluginCommon
structs
CommandInfo
CommandParams