| Package | Description |
|---|---|
| com.sk89q.worldedit.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
GroundScatterFunction
Randomly applies the given
RegionFunction onto random ground blocks. |
| Constructor and Description |
|---|
FlatRegionApplicator(Region region,
FlatRegionFunction function) |
Copyright © 2010-2014. All Rights Reserved.