mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-26 10:33:51 +00:00
fill in old stubs regaridng chunk stuff & another inv fix
This commit is contained in:
parent
d26c79a11e
commit
08f3aeff5f
10 changed files with 158 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue