Uses of Class
com.plotsquared.core.queue.LocalChunk
Packages that use LocalChunk
-
Uses of LocalChunk in com.plotsquared.core.queue
Methods in com.plotsquared.core.queue that return types with arguments of type LocalChunkModifier and TypeMethodDescription@NonNull ConcurrentHashMap<com.sk89q.worldedit.math.BlockVector2, LocalChunk> BasicQueueCoordinator.getBlockChunks()Gets the map of ChunkCoordinates inBlockVector2form against theLocalChunkof cached chunks to be writtenMethods in com.plotsquared.core.queue with parameters of type LocalChunkModifier and TypeMethodDescriptionfinal voidBasicQueueCoordinator.setChunk(@NonNull LocalChunk chunk) Forces anLocalChunkinto the list of chunks to be written.