| Modifier and Type | Class and Description |
|---|---|
class |
DisallowedItemException |
class |
EmptyClipboardException |
class |
FilenameException |
class |
FilenameResolutionException |
class |
FileSelectionAbortedException |
class |
IncompleteRegionException
Raised when a region is not fully defined.
|
class |
InvalidFilenameException |
class |
InvalidItemException |
class |
InvalidToolBindException |
class |
MaxBrushRadiusException
Thrown when a maximum radius for a brush is reached.
|
class |
MaxChangedBlocksException |
class |
MaxRadiusException
Thrown when a maximum radius is reached.
|
class |
NotABlockException |
class |
UnknownBiomeTypeException |
class |
UnknownDirectionException |
class |
UnknownItemException
Thrown when no item exist by the ID.
|
class |
WorldEditNotInstalled
Raised when WorldEdit is not installed.
|
class |
WorldEditPermissionException |
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
WorldEdit.getBlock(LocalPlayer player,
String id)
Get a block.
|
BaseBlock |
WorldEdit.getBlock(LocalPlayer player,
String arg,
boolean allAllowed) |
BaseBlock |
WorldEdit.getBlock(LocalPlayer player,
String arg,
boolean allAllowed,
boolean allowNoData)
Get an item ID from an item name or an item ID number.
|
Set<Integer> |
WorldEdit.getBlockIDs(LocalPlayer player,
String list,
boolean allBlocksAllowed)
Get a list of blocks as a set.
|
BaseBlock |
LocalPlayer.getBlockInHand()
Get the Block that the player is holding.
|
Mask |
WorldEdit.getBlockMask(LocalPlayer player,
LocalSession session,
String maskString)
Get a block mask.
|
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.
|
Set<BaseBlock> |
WorldEdit.getBlocks(LocalPlayer player,
String list) |
Set<BaseBlock> |
WorldEdit.getBlocks(LocalPlayer player,
String list,
boolean allAllowed) |
Set<BaseBlock> |
WorldEdit.getBlocks(LocalPlayer player,
String list,
boolean allAllowed,
boolean allowNoData) |
int |
EditSession.makeForest(Iterable<Vector2D> it,
int upperY,
int lowerY,
double density,
TreeGenerator treeGenerator)
Deprecated.
Use
ForestGenerator with a
FlatRegionApplicator |
void |
WorldEdit.runScript(LocalPlayer player,
File f,
String[] args)
Executes a WorldEdit script.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
BukkitPlayer.getBlockInHand() |
static BaseBlock |
BukkitUtil.toBlock(LocalWorld world,
org.bukkit.inventory.ItemStack itemStack) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsufficientArgumentsException |
| 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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ForestGenerator.apply(Vector position) |
boolean |
FloraGenerator.apply(Vector position) |
boolean |
GardenPatchGenerator.apply(Vector position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegionFunction.apply(Vector position)
Apply the function to the given position.
|
boolean |
GroundFindingFunction.apply(Vector2D pt) |
boolean |
FlatRegionFunction.apply(Vector2D pt)
Apply the function to the given point.
|
protected abstract boolean |
GroundFindingFunction.apply(Vector position,
BaseBlock block)
Apply the function to the given ground block.
|
protected boolean |
GroundScatterFunction.apply(Vector position,
BaseBlock block) |
static void |
OperationHelper.complete(Operation op)
Complete a given operation synchronously until it completes.
|
Operation |
Operation.resume()
Complete the next step.
|
Operation |
FlatRegionApplicator.resume() |
| Modifier and Type | Class and Description |
|---|---|
class |
RegionOperationException |
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
CraftScriptContext.getBlock(String id)
Get a block.
|
BaseBlock |
CraftScriptContext.getBlock(String arg,
boolean allAllowed)
Get an item ID from an item name or an item ID number.
|
Set<Integer> |
CraftScriptContext.getBlockIDs(String list,
boolean allBlocksAllowed)
Get a list of blocks as a set.
|
Pattern |
CraftScriptContext.getBlockPattern(String list)
Get a list of blocks as a set.
|
Copyright © 2010-2014. All Rights Reserved.