fill in old stubs regaridng chunk stuff & another inv fix

This commit is contained in:
sylvessa 2026-04-13 20:55:02 -05:00
parent d26c79a11e
commit 08f3aeff5f
10 changed files with 158 additions and 9 deletions

View file

@ -53,6 +53,9 @@ public:
#endif
virtual LevelChunk **getCache() { return cache; } // 4J added
#ifdef MINECRAFT_SERVER_BUILD
void regenerateChunk(int x, int z);
#endif
// 4J-JEV Added; Remove chunk from the toDrop queue.
#ifdef _LARGE_WORLDS