Package com.fastasyncworldedit.core.queue
package com.fastasyncworldedit.core.queue
-
ClassDescriptionA filter is an interface used for setting blocks.A shared interface for IGetBlocks and ISetBlocks.Represents a chunk in the queue
IQueueExtent
Used for getting and setting blocks / biomes / entitiesIChunkCache<T>IGetBlocks may be cached by the WorldChunkCache so that it can be used between multiple IQueueExtents - avoids conversion between a palette and raw data on every block getIChunkExtent<T extends IChunk>An interface for getting blocks.Interface for setting blocksIQueueChunk<T extends Future<T>>IQueueExtent<T extends IChunk>TODO: implement Extent (need to refactor Extent first) Interface for a queue based extent which uses chunksDeprecated, for removal: This API element is subject to removal in a future version.Pool<T>Interface for objects that can be trimmed (memory related).