public class ApplySideEffect extends java.lang.Object implements RegionFunction
Constructor and Description |
---|
ApplySideEffect(World world,
SideEffectSet sideEffectSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(BlockVector3 position)
Apply the function to the given position.
|
public ApplySideEffect(World world, SideEffectSet sideEffectSet)
public boolean apply(BlockVector3 position) throws WorldEditException
RegionFunction
apply
in interface RegionFunction
position
- the positionWorldEditException
- thrown on an error