| Modifier and Type | Class and Description |
|---|---|
class |
CombinedRegionFunction
Executes several region functions in order.
|
class |
RegionMaskingFilter
Passes calls to
RegionMaskingFilter.apply(com.sk89q.worldedit.Vector) to the
delegate RegionFunction if they
match the given mask. |
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedRegionFunction.add(RegionFunction... function)
Add the given functions to the list of functions to call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedRegionFunction.add(Collection<RegionFunction> functions)
Add the given functions to the list of functions to call.
|
| Constructor and Description |
|---|
CombinedRegionFunction(RegionFunction... function)
Create a combined region function.
|
GroundFunction(Mask mask,
RegionFunction function)
Create a new ground function.
|
RegionMaskingFilter(Mask mask,
RegionFunction function)
Create a new masking filter.
|
| Constructor and Description |
|---|
CombinedRegionFunction(Collection<RegionFunction> functions)
Create a combined region function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockReplace
Replaces blocks with a given pattern.
|
class |
Counter
Keeps a count of the number of times that
Counter.apply(Vector) is called. |
class |
ExtentBlockCopy
Copies blocks from one extent to another.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FloraGenerator
Generates flora (which may include tall grass, flowers, etc.).
|
class |
ForestGenerator
Generates forests by searching for the ground starting from the given upper Y
coordinate for every column given.
|
class |
GardenPatchGenerator
Generates patches of fruit (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
RegionFunction |
ForwardExtentCopy.getSourceFunction()
Get the function that gets applied to all source blocks after
the copy has been made.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardExtentCopy.setSourceFunction(RegionFunction function)
Set the function that gets applied to all source blocks after
the copy has been made.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegionOffset
Offsets the position parameter by adding a given offset vector.
|
| Constructor and Description |
|---|
RegionOffset(Vector offset,
RegionFunction function)
Create a new instance.
|
| Constructor and Description |
|---|
BreadthFirstSearch(RegionFunction function)
Create a new instance.
|
DownwardVisitor(Mask mask,
RegionFunction function,
int baseY)
Create a new visitor.
|
NonRisingVisitor(Mask mask,
RegionFunction function)
Create a new recursive visitor.
|
RecursiveVisitor(Mask mask,
RegionFunction function)
Create a new recursive visitor.
|
RegionVisitor(Region region,
RegionFunction function) |
Copyright © 2010-2014. All Rights Reserved.