PlotSquared/Bukkit/src/main
dordsor21 8a53b41b52
Improve ChunkListener class
- Add quicker method for getting chunks (not requiring a slow stream done by CB) but comment it out for now because we shouldn't need to do our own GC for loaded chunks; they're "handled much better by minecraft as of 1.14" (not really) meaning the required methods for testing if a chunk is allowed to be unloaded is not present. We instead must now rely on the ChunkUnloadEvent for setting if a chunk should be saved.
- Optimise the shouldSave method by not requiring access to injected classes frequently. Location#getPlot methods are not optimised for frequent usage in the same task.
2021-08-22 15:54:05 +01:00
..
java/com/plotsquared/bukkit Improve ChunkListener class 2021-08-22 15:54:05 +01:00
resources Add TitleFlag (#3202) 2021-08-16 09:02:58 +00:00