Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
337
void 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
begin
Method · 0.80
end
Method · 0.80
Update
Method · 0.45
Tested by
no test coverage detected