| Modifier and Type | Method and Description |
|---|---|
Pattern |
WorldEdit.getBlockPattern(LocalPlayer player,
String patternString)
Returns a Pattern corresponding to the specified pattern string,
as given by the player on the command line.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.center(Region region,
Pattern 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 faces of the region (as if it was a cuboid if it's not).
|
int |
EditSession.makeCuboidWalls(Region region,
Pattern pattern)
Make walls of the region (as if it was a cuboid if it's not).
|
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 faces of the region
|
int |
EditSession.makePyramid(Vector pos,
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 walls of the region
|
int |
EditSession.overlayCuboidBlocks(Region region,
Pattern pattern)
Overlays a layer of blocks over a cuboid area.
|
int |
EditSession.replaceBlocks(Region region,
Set<BaseBlock> fromBlockTypes,
Pattern pattern)
Replaces all the blocks of a type inside a region to another block type.
|
boolean |
EditSession.setBlock(Vector pt,
Pattern pat)
Set a block with a pattern.
|
int |
EditSession.setBlocks(Region region,
Pattern pattern)
Sets all the blocks inside a region to a certain block type.
|
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
FloraGenerator.getDesertPattern()
Get a pattern for plants to place inside a desert environment.
|
static Pattern |
GardenPatchGenerator.getMelonPattern()
Get a pattern that creates melons.
|
Pattern |
GardenPatchGenerator.getPlant()
Get the plant pattern that is placed.
|
static Pattern |
GardenPatchGenerator.getPumpkinPattern()
Get a pattern that creates pumpkins with different faces.
|
static Pattern |
FloraGenerator.getTemperatePattern()
Get a pattern for plants to place inside a temperate environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GardenPatchGenerator.setPlant(Pattern plant)
Set the plant pattern that is placed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClipboardPattern
Pattern that repeats the clipboard.
|
class |
RandomFillPattern
Pattern proportionally fills.
|
class |
SingleBlockPattern
Always returns the same block type.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
CraftScriptContext.getBlockPattern(String list)
Get a list of blocks as a set.
|
| 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 |
BrushTool.getMaterial()
Get the material.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrushTool.setFill(Pattern material)
Set the material.
|
| Constructor and Description |
|---|
FloodFillTool(int range,
Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
HollowCylinderBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
GravityBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
ButcherBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
SmoothBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
ClipboardBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
HollowSphereBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
SphereBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
CylinderBrush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size) |
void |
Brush.build(EditSession editSession,
Vector pos,
Pattern mat,
double size)
Build the object.
|
Copyright © 2010-2014. All Rights Reserved.