MCPcopy Create free account
hub / github.com/cuberite/cuberite / ~cBiomeMapFactory

Method ~cBiomeMapFactory

Tools/AnvilStats/BiomeMap.cpp:160–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158// cBiomeMapFactory:
159
160cBiomeMapFactory::~cBiomeMapFactory()
161{
162 // Force all threads to save their last regions:
163 for (cCallbacks::iterator itr = m_Callbacks.begin(), end = m_Callbacks.end(); itr != end; ++itr)
164 {
165 ((cBiomeMap *)(*itr))->Finish();
166 }
167 // TODO: Join all the files into one giant image file
168}
169
170
171

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
FinishMethod · 0.45

Tested by

no test coverage detected