Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Interface class used as a callback for operations that involve chunk coords. More...
#include <ChunkDef.h>
Public Member Functions | |
virtual void | Call (cChunkCoords a_Coords, bool a_IsSuccess)=0 |
Called with the chunk's coords, and an optional operation status flag for operations that support it. More... | |
virtual | ~cChunkCoordCallback () |
Interface class used as a callback for operations that involve chunk coords.
Definition at line 466 of file ChunkDef.h.
|
inlinevirtual |
Definition at line 470 of file ChunkDef.h.
|
pure virtual |
Called with the chunk's coords, and an optional operation status flag for operations that support it.
Implemented in cSpawnPrepareCallback, and cNotifyChunkSender.