#include <mesh_generator_thread.h>
Public Member Functions | |
MeshUpdateResult ()=default | |
Public Attributes | |
v3s16 | p = v3s16(-1338, -1338, -1338) |
MapBlockMesh * | mesh = nullptr |
u8 | solid_sides |
std::vector< v3s16 > | ack_list |
bool | urgent = false |
std::vector< MapBlock * > | map_blocks |
|
default |
std::vector<v3s16> MeshUpdateResult::ack_list |
Referenced by MeshUpdateWorkerThread::doUpdate(), and Client::step().
std::vector<MapBlock *> MeshUpdateResult::map_blocks |
Referenced by Client::~Client(), MeshUpdateWorkerThread::doUpdate(), and Client::step().
MapBlockMesh* MeshUpdateResult::mesh = nullptr |
Referenced by Client::~Client(), MeshUpdateWorkerThread::doUpdate(), and Client::step().
Referenced by MeshUpdateWorkerThread::doUpdate(), and Client::step().
u8 MeshUpdateResult::solid_sides |
Referenced by MeshUpdateWorkerThread::doUpdate(), and Client::step().
bool MeshUpdateResult::urgent = false |
Referenced by MeshUpdateWorkerThread::doUpdate(), MeshUpdateManager::putResult(), and Client::step().