Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Public Member Functions | |
cRCONCommandOutput (cRCONServer::cConnection &a_Connection, UInt32 a_RequestID) | |
virtual void | Finished (void) override |
Called when the command processing has been finished. More... | |
virtual void | Out (const AString &a_Text) override |
Called when the command wants to output anything; may be called multiple times. More... | |
Public Member Functions inherited from cCommandOutputCallback | |
void | OutLn (const AString &aText) |
Outputs the specified text, plus a newline. More... | |
virtual | ~cCommandOutputCallback () |
Protected Attributes | |
AString | m_Buffer |
cRCONServer::cConnection & | m_Connection |
UInt32 | m_RequestID |
Definition at line 81 of file RCONServer.cpp.
|
inline |
Definition at line 85 of file RCONServer.cpp.
|
inlineoverridevirtual |
Called when the command processing has been finished.
Reimplemented from cCommandOutputCallback.
Definition at line 97 of file RCONServer.cpp.
|
inlineoverridevirtual |
Called when the command wants to output anything; may be called multiple times.
Implements cCommandOutputCallback.
Definition at line 92 of file RCONServer.cpp.
|
protected |
Definition at line 106 of file RCONServer.cpp.
|
protected |
Definition at line 104 of file RCONServer.cpp.
|
protected |
Definition at line 105 of file RCONServer.cpp.