Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | List of all members
cChunkCoordCallback Class Referenceabstract

Interface class used as a callback for operations that involve chunk coords. More...

#include <ChunkDef.h>

Inheritance diagram for cChunkCoordCallback:
Inheritance graph
[legend]

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 ()
 

Detailed Description

Interface class used as a callback for operations that involve chunk coords.

Definition at line 466 of file ChunkDef.h.

Constructor & Destructor Documentation

◆ ~cChunkCoordCallback()

virtual cChunkCoordCallback::~cChunkCoordCallback ( )
inlinevirtual

Definition at line 470 of file ChunkDef.h.

Member Function Documentation

◆ Call()

virtual void cChunkCoordCallback::Call ( cChunkCoords  a_Coords,
bool  a_IsSuccess 
)
pure virtual

Called with the chunk's coords, and an optional operation status flag for operations that support it.

Implemented in cSpawnPrepareCallback, and cNotifyChunkSender.


The documentation for this class was generated from the following file: