Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cNotifyChunkSender Class Reference

Callback that can be used to notify chunk sender upon another chunkcoord notification. More...

Inheritance diagram for cNotifyChunkSender:
Inheritance graph
[legend]
Collaboration diagram for cNotifyChunkSender:
Collaboration graph
[legend]

Public Member Functions

 cNotifyChunkSender (cChunkSender &a_ChunkSender, cWorld &a_World)
 
- Public Member Functions inherited from cChunkCoordCallback
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

cChunkSenderm_ChunkSender
 
cWorldm_World
 

Detailed Description

Callback that can be used to notify chunk sender upon another chunkcoord notification.

Definition at line 27 of file ChunkSender.cpp.

Constructor & Destructor Documentation

cNotifyChunkSender::cNotifyChunkSender ( cChunkSender a_ChunkSender,
cWorld a_World 
)
inline

Definition at line 48 of file ChunkSender.cpp.

Member Function Documentation

virtual void cNotifyChunkSender::Call ( cChunkCoords  a_Coords,
bool  a_IsSuccess 
)
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.

Member Data Documentation

cChunkSender& cNotifyChunkSender::m_ChunkSender
private

Definition at line 43 of file ChunkSender.cpp.

cWorld& cNotifyChunkSender::m_World
private

Definition at line 45 of file ChunkSender.cpp.


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