| Interface | Description |
|---|---|
| EntityFunction |
Applies a function to entities.
|
| FlatRegionFunction |
Performs a function on the columns in a
FlatRegion, or also
known as vectors with only X and Z components (where Y is height). |
| LayerFunction |
A function that takes a position and a depth.
|
| RegionFunction |
Performs a function on points in a region.
|
| Class | Description |
|---|---|
| CombinedRegionFunction |
Executes several region functions in order.
|
| FlatRegionMaskingFilter |
Passes calls to
FlatRegionMaskingFilter.apply(com.sk89q.worldedit.Vector2D) to the
delegate FlatRegionFunction if they
match the given mask. |
| GroundFunction |
Applies a
RegionFunction to the first ground block. |
| RegionMaskingFilter |
Passes calls to
RegionMaskingFilter.apply(com.sk89q.worldedit.Vector) to the
delegate RegionFunction if they
match the given mask. |
Copyright © 2010-2014. All Rights Reserved.