| Class | Description |
|---|---|
| BreadthFirstSearch |
Performs a breadth-first search starting from points added with
BreadthFirstSearch.visit(com.sk89q.worldedit.Vector). |
| DownwardVisitor |
Visits adjacent points on the same X-Z plane as long as the points
pass the given mask, and then executes the provided region
function on the entire column.
|
| EntityVisitor |
Visits entities as provided by an
Iterator. |
| FlatRegionVisitor |
Applies region functions to columns in a
FlatRegion. |
| LayerVisitor |
Visits the layers within a region.
|
| NonRisingVisitor |
A
RecursiveVisitor that goes orthogonally to the side and down, but never up. |
| RecursiveVisitor |
An implementation of an
BreadthFirstSearch that uses a mask to
determine where a block should be visited. |
| RegionVisitor |
Utility class to apply region functions to
Region. |
Copyright © 2010-2014. All Rights Reserved.