| Modifier and Type | Method and Description |
|---|---|
EditSession |
LocalSession.createEditSession(LocalPlayer player)
Construct a new edit session.
|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks)
Construct an edit session with a maximum number of blocks.
|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag,
LocalPlayer player)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
LocalPlayer player)
Construct an edit session with a maximum number of blocks.
|
EditSession |
LocalSession.redo(BlockBag newBlockBag,
LocalPlayer player)
Performs a redo
|
EditSession |
LocalSession.undo(BlockBag newBlockBag,
LocalPlayer player)
Performs an undo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CuboidClipboard.copy(EditSession editSession)
Copies blocks to the clipboard.
|
void |
CuboidClipboard.copy(EditSession editSession,
Region region)
Copies blocks to the clipboard.
|
void |
WorldEdit.flushBlockBag(LocalPlayer player,
EditSession editSession)
Flush a block bag's changes to a player.
|
boolean |
LocalWorld.generateBigTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
LocalWorld.generateBirchTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
LocalWorld.generateRedwoodTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
LocalWorld.generateTallRedwoodTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
LocalWorld.generateTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
LocalWorld.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector pt)
Generates a tree
|
void |
CuboidClipboard.paste(EditSession editSession,
Vector newOrigin,
boolean noAir) |
void |
CuboidClipboard.paste(EditSession editSession,
Vector newOrigin,
boolean noAir,
boolean entities)
Paste from the clipboard.
|
void |
CuboidClipboard.place(EditSession editSession,
Vector pos,
boolean noAir)
Places the blocks in a position from the minimum corner.
|
void |
EditSession.redo(EditSession sess)
Sets to new state.
|
abstract boolean |
LocalWorld.regenerate(Region region,
EditSession editSession)
Regenerate an area.
|
void |
LocalSession.remember(EditSession editSession)
Remember an edit session for the undo history.
|
abstract void |
WorldEditOperation.run(LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
EditSession.undo(EditSession sess)
Restores all blocks to their initial state.
|
| Constructor and Description |
|---|
HeightMap(EditSession session,
Region region)
Constructs the HeightMap
|
HeightMap(EditSession session,
Region region,
boolean naturalOnly)
Constructs the HeightMap
|
| Modifier and Type | Method and Description |
|---|---|
EditSession |
WorldEditPlugin.createEditSession(org.bukkit.entity.Player player)
Gets the session for the player.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BukkitWorld.generateBigTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
BukkitWorld.generateBirchTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
BukkitWorld.generateRedwoodTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
BukkitWorld.generateTallRedwoodTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
BukkitWorld.generateTree(EditSession editSession,
Vector pt)
Deprecated.
|
boolean |
BukkitWorld.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector pt) |
boolean |
BukkitWorld.regenerate(Region region,
EditSession editSession)
Regenerate an area.
|
void |
WorldEditPlugin.remember(org.bukkit.entity.Player player,
EditSession editSession)
Remember an edit session.
|
| Constructor and Description |
|---|
EditSessionBlockChangeDelegate(EditSession editSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotCommands.after(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SuperPickaxeCommands.area(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.ascend(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.before(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BiomeCommands.biomeInfo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BiomeCommands.biomeList(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.brush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.butcher(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.butcherBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.ceiling(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.center(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.chunk(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ChunkCommands.chunkInfo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.clearClipboard(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
HistoryCommands.clearHistory(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.clipboardBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.contract(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.copy(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.count(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.cui(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.curve(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.cut(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.cycler(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.cyl(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.cylinderBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.deform(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ChunkCommands.deleteChunks(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.deltree(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.descend(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.distr(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.drain(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ScriptingCommands.execute(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ScriptingCommands.executeLast(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.expand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.extinguish(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.extinguishBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.faces(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.farwand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.fast(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fill(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fillr(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fixLava(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fixWater(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.flip(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.floodFill(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.flora(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.forest(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.forestGen(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.formats(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.generate(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.generateBiome(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.gmask(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.gravityBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.green(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.hcyl(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.help(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.help(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
static void |
UtilityCommands.help(CommandContext args,
WorldEdit we,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.hollow(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.hpos1(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.hpos2(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.hpyramid(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.hsphere(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.info(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.inset(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.jumpTo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.limit(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.line(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.list(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.list(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ChunkCommands.listChunks(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.load(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.load(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession)
Deprecated.
|
void |
ToolCommands.longrangebuildtool(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.mask(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.material(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.move(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.naturalize(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.none(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.outset(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.overlay(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.paste(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.pickaxe(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.pos1(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.pos2(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.pumpkins(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.pyramid(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.range(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SuperPickaxeCommands.recursive(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
HistoryCommands.redo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.regenerateChunk(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.reload(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.remove(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.removeAbove(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.removeBelow(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.removeNear(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.repl(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.replace(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.replaceNear(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotUtilCommands.restore(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.rotate(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.save(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.save(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession)
Deprecated.
|
void |
GeneralCommands.searchItem(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.sel(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.select(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.set(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BiomeCommands.setBiome(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.shift(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SuperPickaxeCommands.single(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.size(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.size(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.smooth(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.smoothBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotUtilCommands.snapshot(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.snow(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.sphere(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.sphereBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.stack(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.thaw(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.thru(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.togglePickaxe(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.togglePlace(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.toggleWand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.tool(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.tree(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.tz(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
HistoryCommands.undo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.unstuck(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.up(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.use(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.version(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.walls(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.wand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.we(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
| Constructor and Description |
|---|
FloraGenerator(EditSession editSession)
Create a new flora generator.
|
ForestGenerator(EditSession editSession,
TreeGenerator treeGenerator)
Create a new instance.
|
GardenPatchGenerator(EditSession editSession)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CombinedMask.matches(EditSession editSession,
Vector pos) |
boolean |
BiomeTypeMask.matches(EditSession editSession,
Vector pos) |
boolean |
Mask.matches(EditSession editSession,
Vector pos)
Given a block position, this method returns true if the block at
that position matches the filter.
|
boolean |
SolidBlockMask.matches(EditSession editSession,
Vector pos) |
boolean |
RandomMask.matches(EditSession editSession,
Vector pos) |
boolean |
InvertedMask.matches(EditSession editSession,
Vector pos) |
boolean |
DynamicRegionMask.matches(EditSession editSession,
Vector pos) |
boolean |
ExistingBlockMask.matches(EditSession editSession,
Vector pos) |
boolean |
InvertedBlockTypeMask.matches(EditSession editSession,
Vector pos)
Deprecated.
|
boolean |
RegionMask.matches(EditSession editSession,
Vector pos) |
boolean |
BlockMask.matches(EditSession editSession,
Vector pos) |
boolean |
UnderOverlayMask.matches(EditSession editSession,
Vector pos) |
boolean |
BiomeTypeMask.matches2D(EditSession editSession,
Vector2D pos) |
| Constructor and Description |
|---|
GroundFindingFunction(EditSession editSession)
Create a new instance.
|
GroundScatterFunction(EditSession editSession,
RegionFunction function)
Create a new instance using a
RandomNoise as the noise generator. |
GroundScatterFunction(EditSession editSession,
RegionFunction function,
NoiseGenerator noiseGenerator)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
EditSession |
CraftScriptContext.remember()
Get an edit session.
|
| Modifier and Type | Method and Description |
|---|---|
List<EditSession> |
CraftScriptContext.getEditSessions()
Get a list of edit sessions that have been created.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ArbitraryBiomeShape.generate(EditSession editSession,
BiomeType biomeType,
boolean hollow)
Generates the shape.
|
int |
ArbitraryShape.generate(EditSession editSession,
Pattern pattern,
boolean hollow)
Generates the shape.
|
| Constructor and Description |
|---|
WorldEditExpressionEnvironment(EditSession editSession,
Vector unit,
Vector zero) |
| Constructor and Description |
|---|
SnapshotRestore(ChunkStore chunkStore,
EditSession editSession,
Region region)
Construct the snapshot restore operation.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TreeGenerator.generate(EditSession editSession,
Vector pos)
Generate a tree.
|
boolean |
TreeGenerator.TreeType.generate(EditSession editSession,
Vector pos) |
Copyright © 2010-2014. All Rights Reserved.