mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
Reduce memory usage of RegenAllRoads
This commit is contained in:
parent
ceb4ffa45e
commit
2341b2b972
3 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,8 @@ public abstract class ChunkManager {
|
|||
}
|
||||
|
||||
public abstract boolean loadChunk(String world, ChunkLoc loc);
|
||||
|
||||
public abstract boolean unloadChunk(String world, ChunkLoc loc);
|
||||
|
||||
public abstract List<ChunkLoc> getChunkChunks(String world);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue