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

Method ChunkLighted

src/World.cpp:2260–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2258
2259
2260void cWorld::ChunkLighted(
2261 int a_ChunkX, int a_ChunkZ,
2262 const cChunkDef::BlockNibbles & a_BlockLight,
2263 const cChunkDef::BlockNibbles & a_SkyLight
2264)
2265{
2266 m_ChunkMap->ChunkLighted(a_ChunkX, a_ChunkZ, a_BlockLight, a_SkyLight);
2267}
2268
2269
2270

Callers 1

LightChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected