| Package | Description |
|---|---|
| com.sk89q.worldedit.function.visitor |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
NonRisingVisitor
A
RecursiveVisitor that goes orthogonally to the side and down, but never up. |
class |
RecursiveVisitor
An implementation of an
BreadthFirstSearch that uses a mask to
determine where a block should be visited. |
Copyright © 2010-2014. All Rights Reserved.