Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Go to the source code of this file.
Classes | |
class | cCommandOutputCallback |
Interface for a callback that receives command output The Out() function is called for any output the command has produced. More... | |
class | cLogCommandDeleteSelfOutputCallback |
Sends all command output to a log, line by line; deletes self when command finishes processing. More... | |
class | cLogCommandOutputCallback |
Sends all command output to a log, line by line, when the command finishes processing. More... | |
class | cNullCommandOutputCallback |
Class that discards all command output. More... | |
class | cStringAccumCommandOutputCallback |
Accumulates all command output into a string. More... | |