This is the complete list of members for MapNode, including all inherited members.
addLevel(const NodeDefManager *nodemgr, s16 add=1) | MapNode | |
deSerialize(u8 *source, u8 version) | MapNode | |
deSerialize_pre22(const u8 *source, u8 version) | MapNode | private |
deSerializeBulk(std::istream &is, int version, MapNode *nodes, u32 nodecount, u8 content_width, u8 params_width) | MapNode | static |
getCollisionBoxes(const NodeDefManager *nodemgr, std::vector< aabb3f > *boxes, u8 neighbors=0) const | MapNode | |
getColor(const ContentFeatures &f, video::SColor *color) const | MapNode | |
getContent() const noexcept | MapNode | inline |
getDegRotate(const NodeDefManager *nodemgr) const | MapNode | |
getFaceDir(const NodeDefManager *nodemgr, bool allow_wallmounted=false) const | MapNode | |
getLevel(const NodeDefManager *nodemgr) const | MapNode | |
getLight(LightBank bank, ContentLightingFlags f) const noexcept | MapNode | inline |
getLightBlend(u32 daylight_factor, ContentLightingFlags f) const | MapNode | inline |
getLightRaw(LightBank bank, ContentLightingFlags f) const noexcept | MapNode | inline |
getMaxLevel(const NodeDefManager *nodemgr) const | MapNode | |
getNeighbors(v3s16 p, Map *map) const | MapNode | |
getNodeBoxes(const NodeDefManager *nodemgr, std::vector< aabb3f > *boxes, u8 neighbors=0) const | MapNode | |
getParam1() const noexcept | MapNode | inline |
getParam2() const noexcept | MapNode | inline |
getSelectionBoxes(const NodeDefManager *nodemg, std::vector< aabb3f > *boxes, u8 neighbors=0) const | MapNode | |
getWallMounted(const NodeDefManager *nodemgr) const | MapNode | |
getWallMountedDir(const NodeDefManager *nodemgr) const | MapNode | |
isLightDayNightEq(ContentLightingFlags f) const noexcept | MapNode | inline |
MapNode()=default | MapNode | |
MapNode(content_t content, u8 a_param1=0, u8 a_param2=0) noexcept | MapNode | inline |
operator==(const MapNode &other) const noexcept | MapNode | inline |
param0 | MapNode | |
param1 | MapNode | |
param2 | MapNode | |
rotateAlongYAxis(const NodeDefManager *nodemgr, Rotation rot) | MapNode | |
serialize(u8 *dest, u8 version) const | MapNode | |
serializeBulk(int version, const MapNode *nodes, u32 nodecount, u8 content_width, u8 params_width) | MapNode | static |
serializedLength(u8 version) | MapNode | static |
setContent(content_t c) noexcept | MapNode | inline |
setLevel(const NodeDefManager *nodemgr, s16 level=1) | MapNode | |
setLight(LightBank bank, u8 a_light, ContentLightingFlags f) noexcept | MapNode | inline |
setParam1(u8 p) noexcept | MapNode | inline |
setParam2(u8 p) noexcept | MapNode | inline |