| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.function.mask | |
| com.sk89q.worldedit.masks |
| Modifier and Type | Method and Description |
|---|---|
Mask |
WorldEdit.getBlockMask(Player player,
LocalSession session,
String input)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditSession.setMask(Mask mask)
Deprecated.
|
void |
LocalSession.setMask(Mask mask)
Set a mask.
|
| Modifier and Type | Method and Description |
|---|---|
static Mask |
Masks.wrap(Mask mask)
Convert a new-style mask to an old-style mask.
|
| Modifier and Type | Method and Description |
|---|---|
static Mask |
Masks.wrap(Mask mask)
Wrap an old-style mask and convert it to a new mask.
|
static Mask |
Masks.wrap(Mask mask,
EditSession editSession)
Deprecated.
Please avoid if possible
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMask
Deprecated.
Switch to
AbstractMask |
class |
BlockMask
Deprecated.
Use
BlockMask |
class |
BlockTypeMask
Deprecated.
replaced by
#BlockMask |
class |
CombinedMask
Deprecated.
See
MaskIntersection |
class |
DynamicRegionMask
Deprecated.
Use
RequestSelection with RegionMask |
class |
ExistingBlockMask
Deprecated.
|
class |
FuzzyBlockMask
Deprecated.
See
FuzzyBlockMask |
class |
InvertedBlockTypeMask
Deprecated.
|
class |
InvertedMask
Deprecated.
|
class |
RandomMask
Deprecated.
See
NoiseFilter |
class |
RegionMask
Deprecated.
See
RegionMask |
class |
SolidBlockMask
Deprecated.
See
SolidBlockMask |
class |
UnderOverlayMask
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Mask |
InvertedMask.getInvertedMask()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedMask.add(Mask mask)
Deprecated.
|
boolean |
CombinedMask.has(Mask mask)
Deprecated.
|
boolean |
CombinedMask.remove(Mask mask)
Deprecated.
|
| Constructor and Description |
|---|
CombinedMask(Mask... mask)
Deprecated.
|
CombinedMask(Mask mask)
Deprecated.
|
InvertedMask(Mask mask)
Deprecated.
|
UnderOverlayMask(Mask mask,
boolean overlay)
Deprecated.
|
| Constructor and Description |
|---|
CombinedMask(List<Mask> masks)
Deprecated.
|
Copyright © 2010-2014. All Rights Reserved.