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

Method UpdateDecorators

src/Map.cpp:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337void cMap::UpdateDecorators(void)
338{
339 for (cMapDecoratorList::iterator it = m_Decorators.begin(); it != m_Decorators.end(); ++it)
340 {
341 it->Update();
342 }
343}
344
345
346

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
UpdateMethod · 0.45

Tested by

no test coverage detected