![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Used for sending chunks to specific clients. More...
#include <ChunkSender.h>
Public Member Functions | |
sSendChunk (cChunkCoords a_Chunk, eChunkPriority a_Priority) | |
Public Attributes | |
cChunkCoords | m_Chunk |
std::unordered_set< cClientHandle * > | m_Clients |
eChunkPriority | m_Priority |
Used for sending chunks to specific clients.
Definition at line 99 of file ChunkSender.h.
|
inline |
Definition at line 104 of file ChunkSender.h.
cChunkCoords cChunkSender::sSendChunk::m_Chunk |
Definition at line 101 of file ChunkSender.h.
std::unordered_set<cClientHandle *> cChunkSender::sSendChunk::m_Clients |
Definition at line 102 of file ChunkSender.h.
eChunkPriority cChunkSender::sSendChunk::m_Priority |
Definition at line 103 of file ChunkSender.h.