Cleanup MCUtils patch for chunk system
Remove utilities that are unused, as well as replacing the full chunk map with a concurrentutil implementation. Additionally, fix the addition/removal of chunks to/from the full chunk map so that getChunkIfLoaded correctly returns a non-null chunk when calling the load or unload events.
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
- note: for paper, the chunk debug command
|
||||
- rebase IntervalledCounter into util patch
|
||||
- mcutil diff
|
||||
- paper debug chunks --async in DedicatedServer
|
||||
- TODO keep around region file lock?
|
||||
- mcutil#getTicketLevelFor is wrong, just delete it later
|
||||
|
||||
on another note, clean up mcutils...
|
||||
|
||||
apply todo in levelmixin
|
||||
|
||||
to fix later:
|
||||
- Change loadedChunkMap in ServerChunkCache to use concurrent long map
|
||||
|
||||
Reference in New Issue
Block a user