![]() |
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 | |
![]() | |
virtual void | Finished (void) |
Called when the command processing has been finished. More... | |
void | Out (const char *a_Fmt, fmt::ArgList) |
Syntax sugar function, calls Out() with Printf()-ed parameters; appends a newline". More... | |
virtual | ~cCommandOutputCallback () |
Class that discards all command output.
Definition at line 34 of file CommandOutput.h.
|
inlineoverrideprivatevirtual |
Called when the command wants to output anything; may be called multiple times.
Implements cCommandOutputCallback.
Definition at line 38 of file CommandOutput.h.