MCPcopy Create free account
hub / github.com/cuberite/cuberite / SetMapCount

Method SetMapCount

src/WorldStorage/MapSerializer.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 inline unsigned int GetMapCount(void) const { return m_MapCount; }
72
73 inline void SetMapCount(unsigned int a_MapCount) { m_MapCount = a_MapCount; }
74
75
76private:

Callers 1

SaveMapDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected