| Package | Description |
|---|---|
| com.sk89q.worldedit.generator | |
| com.sk89q.worldedit.operation |
| Class and Description |
|---|
| RegionFunction
Performs a function on points in a region.
|
| Class and Description |
|---|
| FlatRegionFunction
Performs a function on points in a flat region.
|
| GroundFindingFunction
An abstract implementation of
FlatRegionFunction
that searches for the first "ground" block." A ground block is found when the
method GroundFindingFunction.shouldPassThrough(Vector, BaseBlock) returns false, which, by default,
does so for all non-air blocks. |
| Operation
An task that may be split into multiple steps to be run sequentially immediately
or at a varying or fixed interval.
|
| RegionFunction
Performs a function on points in a region.
|
Copyright © 2010-2014. All Rights Reserved.