Package com.fastasyncworldedit.core
package com.fastasyncworldedit.core
-
ClassDescription[ WorldEdit action] | \|/ [ EditSession ] - The change is processed (area restrictions, change limit, block type) | \|/ [Block change] - A block change from some location | \|/ [ Set Queue ] - The SetQueue manages the implementation specific queue | \|/ [ Fawe Queue] - A queue of chunks - check if the queue has the chunk for a change | \|/ [ Fawe Chunk Implementation ] - Otherwise create a new FaweChunk object which is a wrapper around the Chunk object | \|/ [ Execution ] - When done, the queue then sets the blocks for the chunk, performs lighting updates and sends the chunk packet to the clientsThe FaweAPI class offers a few useful functions.
- This class is not intended to replace the WorldEdit API
- With FAWE installed, you can use the EditSession and other WorldEdit classes from an async thread.
FaweAPI.[some method]Holds data for a palette used in a chunk sectionAn internal FAWE class not meant for public use.