MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / Full_Chunk

Method Full_Chunk

Source/World/Chunk/Full_Chunk.cpp:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace Chunk
22{
23 Full_Chunk::Full_Chunk( World& world,
24 Map& map,
25 const Position& position,
26 const World_Settings& settings,
27 World_File& worldFile)
28 : m_position {position}
29 , m_pWorld {&world}
30 , m_pChunkMap {&map}
31 {
32 }
33
34
35 void Full_Chunk::tick()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected