Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Attributes | List of all members
cChunkDataSerializer::ChunkDataCache Struct Reference

A single cache entry containing the raw data, compressed data, and a validity flag. More...

Public Attributes

bool Engaged = false
 
ContiguousByteBuffer ToSend
 

Detailed Description

A single cache entry containing the raw data, compressed data, and a validity flag.

Definition at line 40 of file ChunkDataSerializer.h.

Member Data Documentation

◆ Engaged

bool cChunkDataSerializer::ChunkDataCache::Engaged = false

Definition at line 43 of file ChunkDataSerializer.h.

◆ ToSend

ContiguousByteBuffer cChunkDataSerializer::ChunkDataCache::ToSend

Definition at line 42 of file ChunkDataSerializer.h.


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