| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.masks | |
| com.sk89q.worldedit.tools |
| Modifier and Type | Method and Description |
|---|---|
Mask |
WorldEdit.getBlockMask(LocalPlayer player,
LocalSession session,
String maskString)
Get a block mask.
|
Mask |
LocalSession.getMask()
Get the mask.
|
Mask |
EditSession.getMask()
Get the mask.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSession.setMask(Mask mask)
Set a mask.
|
void |
EditSession.setMask(Mask mask)
Set a mask.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMask |
class |
BiomeTypeMask |
class |
BlockMask |
class |
BlockTypeMask
Deprecated.
replaced by
#BlockMask |
class |
CombinedMask |
class |
DynamicRegionMask |
class |
ExistingBlockMask |
class |
InvertedBlockTypeMask
Deprecated.
|
class |
InvertedMask |
class |
RandomMask |
class |
RegionMask |
class |
SolidBlockMask
Works like
ExistingBlockMask, except also dealing with non-solid non-air blocks the same way as with air. |
class |
UnderOverlayMask |
| Modifier and Type | Method and Description |
|---|---|
Mask |
InvertedMask.getInvertedMask() |
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedMask.add(Mask mask) |
boolean |
CombinedMask.has(Mask mask) |
boolean |
CombinedMask.remove(Mask mask) |
| Constructor and Description |
|---|
CombinedMask(Mask mask) |
InvertedMask(Mask mask) |
UnderOverlayMask(Mask mask,
boolean overlay) |
| Constructor and Description |
|---|
CombinedMask(List<Mask> masks) |
| Modifier and Type | Method and Description |
|---|---|
Mask |
BrushTool.getMask()
Get the filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrushTool.setMask(Mask filter)
Set the block filter used for identifying blocks to replace.
|
Copyright © 2010-2014. All Rights Reserved.