| Interface | Description |
|---|---|
| FlatRegionFunction |
Performs a function on points in a flat region.
|
| 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.
|
| Class | Description |
|---|---|
| FlatRegionApplicator |
Utility class to apply region functions to
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. |
| GroundScatterFunction |
Randomly applies the given
RegionFunction onto random ground blocks. |
| OperationHelper |
Operation helper methods.
|
Copyright © 2010-2014. All Rights Reserved.