Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Class that discards all command output. More...
#include <CommandOutput.h>
Private Member Functions | |
virtual void | Out (const AString &a_Text) override |
Called when the command wants to output anything; may be called multiple times. More... | |
Additional Inherited Members | |
Public Member Functions inherited from cCommandOutputCallback | |
virtual void | Finished () |
Called when the command processing has been finished. More... | |
void | OutLn (const AString &aText) |
Outputs the specified text, plus a newline. More... | |
virtual | ~cCommandOutputCallback () |
Class that discards all command output.
Definition at line 39 of file CommandOutput.h.
|
inlineoverrideprivatevirtual |
Called when the command wants to output anything; may be called multiple times.
Implements cCommandOutputCallback.
Definition at line 43 of file CommandOutput.h.