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

Method GetNumPixels

src/Map.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606
607
608unsigned int cMap::GetNumPixels(void) const
609{
610 return m_Width * m_Height;
611}
612
613
614

Callers 1

LoadMapFromNBTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected