![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Callback that can be used to notify chunk sender upon another chunkcoord notification. More...
Public Member Functions | |
cNotifyChunkSender (cChunkSender &a_ChunkSender, cWorld &a_World) | |
![]() | |
virtual | ~cChunkCoordCallback () |
Private Member Functions | |
virtual void | Call (cChunkCoords a_Coords, bool a_IsSuccess) override |
Called with the chunk's coords, and an optional operation status flag for operations that support it. More... | |
Private Attributes | |
cChunkSender & | m_ChunkSender |
cWorld & | m_World |
Callback that can be used to notify chunk sender upon another chunkcoord notification.
Definition at line 27 of file ChunkSender.cpp.
|
inline |
Definition at line 48 of file ChunkSender.cpp.
|
inlineoverrideprivatevirtual |
Called with the chunk's coords, and an optional operation status flag for operations that support it.
Implements cChunkCoordCallback.
Definition at line 30 of file ChunkSender.cpp.
|
private |
Definition at line 43 of file ChunkSender.cpp.
|
private |
Definition at line 45 of file ChunkSender.cpp.