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 26 of file ChunkSender.cpp.

Constructor & Destructor Documentation

◆ cNotifyChunkSender()

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

Definition at line 47 of file ChunkSender.cpp.

Member Function Documentation

◆ Call()

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 29 of file ChunkSender.cpp.

Member Data Documentation

◆ m_ChunkSender

cChunkSender& cNotifyChunkSender::m_ChunkSender
private

Definition at line 42 of file ChunkSender.cpp.

◆ m_World

cWorld& cNotifyChunkSender::m_World
private

Definition at line 44 of file ChunkSender.cpp.


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