| Modifier and Type | Method and Description |
|---|---|
Pattern |
WorldEdit.getBlockPattern(Player player,
String input)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.center(Region region,
Pattern pattern)
Sets the blocks at the center of the given region to the given pattern.
|
int |
EditSession.drawLine(Pattern pattern,
Vector pos1,
Vector pos2,
double radius,
boolean filled)
Draws a line (out of blocks) between two vectors.
|
int |
EditSession.drawSpline(Pattern pattern,
List<Vector> nodevectors,
double tension,
double bias,
double continuity,
double quality,
double radius,
boolean filled)
Draws a spline (out of blocks) between specified vectors.
|
int |
EditSession.fillXZ(Vector origin,
Pattern pattern,
double radius,
int depth,
boolean recursive)
Fills an area recursively in the X/Z directions.
|
int |
EditSession.hollowOutRegion(Region region,
int thickness,
Pattern pattern)
Hollows out the region (Semi-well-defined for non-cuboid selections).
|
int |
EditSession.makeCuboidFaces(Region region,
Pattern pattern)
Make the faces of the given region as if it was a
CuboidRegion. |
int |
EditSession.makeCuboidWalls(Region region,
Pattern pattern)
Make the walls (all faces but those parallel to the X-Z plane) of the given region
as if it was a
CuboidRegion. |
int |
EditSession.makeCylinder(Vector pos,
Pattern block,
double radiusX,
double radiusZ,
int height,
boolean filled)
Makes a cylinder.
|
int |
EditSession.makeCylinder(Vector pos,
Pattern block,
double radius,
int height,
boolean filled)
Makes a cylinder.
|
int |
EditSession.makeFaces(Region region,
Pattern pattern)
Make the faces of the given region.
|
int |
EditSession.makePyramid(Vector position,
Pattern block,
int size,
boolean filled)
Makes a pyramid.
|
int |
EditSession.makeShape(Region region,
Vector zero,
Vector unit,
Pattern pattern,
String expressionString,
boolean hollow) |
int |
EditSession.makeSphere(Vector pos,
Pattern block,
double radius,
boolean filled)
Makes a sphere.
|
int |
EditSession.makeSphere(Vector pos,
Pattern block,
double radiusX,
double radiusY,
double radiusZ,
boolean filled)
Makes a sphere or ellipsoid.
|
int |
EditSession.makeWalls(Region region,
Pattern pattern)
Make the walls of the given region.
|
int |
EditSession.overlayCuboidBlocks(Region region,
Pattern pattern)
Places a layer of blocks on top of ground blocks in the given region
(as if it were a cuboid).
|
int |
EditSession.replaceBlocks(Region region,
Mask mask,
Pattern pattern)
Replaces all the blocks matching a given mask, within a given region, to a block
returned by a given pattern.
|
int |
EditSession.replaceBlocks(Region region,
Set<BaseBlock> filter,
Pattern pattern)
Replaces all the blocks matching a given filter, within a given region, to a block
returned by a given pattern.
|
boolean |
EditSession.setBlock(Vector position,
Pattern pattern)
Sets the block at a position, subject to both history and block re-ordering.
|
int |
EditSession.setBlocks(Region region,
Pattern pattern)
Sets all the blocks inside a region to a given pattern.
|
| Constructor and Description |
|---|
FloodFillTool(int range,
Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Patterns.wrap(Pattern pattern)
Wrap a new-style pattern and return an old-style pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Patterns.wrap(Pattern pattern)
Wrap an old-style pattern and return a new pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClipboardPattern
Pattern that repeats the clipboard.
|
class |
RandomFillPattern
Deprecated.
See
RandomPattern |
class |
SingleBlockPattern
Deprecated.
See
BlockPattern |
| Modifier and Type | Method and Description |
|---|---|
int |
ArbitraryShape.generate(EditSession editSession,
Pattern pattern,
boolean hollow)
Generates the shape.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
CraftScriptContext.getBlockPattern(String list)
Get a list of blocks as a set.
|
Copyright © 2010-2014. All Rights Reserved.