MovementPlugin

Undocumented in source.

Members

Functions

init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
onPreUpdateEvent
void onPreUpdateEvent(PreUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.
speedDown
void speedDown(string )
Undocumented in source. Be warned that the author may not have intended to support it.
speedUp
void speedUp(string )
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!(voxelman.movement.plugininfo)
Undocumented in source.

Variables

autoMove
bool autoMove;
Undocumented in source.
cameraBoostOpt
ConfigOption cameraBoostOpt;
Undocumented in source.
cameraSpeedOpt
ConfigOption cameraSpeedOpt;
Undocumented in source.
clientPlugin
ClientPlugin clientPlugin;
Undocumented in source.
evDispatcher
EventDispatcherPlugin evDispatcher;
Undocumented in source.
graphics
GraphicsPlugin graphics;
Undocumented in source.
guiPlugin
GuiPlugin guiPlugin;
Undocumented in source.
input
InputPlugin input;
Undocumented in source.

Meta