Package com.plotsquared.bukkit.util
Class BukkitChunkManager
java.lang.Object
com.plotsquared.core.util.ChunkManager
com.plotsquared.bukkit.util.BukkitChunkManager
public class BukkitChunkManager
extends com.plotsquared.core.util.ChunkManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisIn(CuboidRegion region, int x, int z) loadChunk(String world, BlockVector2 chunkLoc, boolean force) Methods inherited from class com.plotsquared.core.util.ChunkManager
postProcessChunk, preProcessChunk, setChunkInPlotArea
-
Constructor Details
-
BukkitChunkManager
public BukkitChunkManager()
-
-
Method Details
-
isIn
-
loadChunk
- Specified by:
loadChunkin classcom.plotsquared.core.util.ChunkManager
-