public interface LayerFunction
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Vector position,
int depth)
Apply the function to the given position.
|
boolean |
isGround(Vector position)
Returns whether the given block should be "passed through" when
conducting the ground search.
|
boolean isGround(Vector position)
position - return whether the given block is the groundboolean apply(Vector position, int depth) throws WorldEditException
The depth would be the number of blocks from the surface if
a LayerVisitor was used.
position - the positiondepth - the depth as a number starting from 0WorldEditException - thrown on an errorCopyright © 2010-2014. All Rights Reserved.