#include <minimap.h>
Public Member Functions | |
void | getMinimapNodes (VoxelManipulator *vmanip, const v3s16 &pos) |
Public Attributes | |
MinimapPixel | data [MAP_BLOCKSIZE *MAP_BLOCKSIZE] |
void MinimapMapblock::getMinimapNodes | ( | VoxelManipulator * | vmanip, |
const v3s16 & | pos ) |
References MinimapPixel::air_count, CONTENT_AIR, data, MapNode::getContent(), VoxelManipulator::getNodeNoEx(), MinimapPixel::height, MAP_BLOCKSIZE, MinimapPixel::n, and p().
Referenced by MapBlockMesh::MapBlockMesh().
MinimapPixel MinimapMapblock::data[MAP_BLOCKSIZE *MAP_BLOCKSIZE] |
Referenced by MinimapUpdateThread::getMap(), and getMinimapNodes().