| Modifier and Type | Class and Description |
|---|---|
class |
DisallowedItemException
Thrown when a disallowed item is used.
|
class |
EmptyClipboardException
Thrown when there is no clipboard set.
|
class |
IncompleteRegionException
Raised when a region is not fully defined.
|
class |
InvalidItemException
Thrown when an invalid item is specified.
|
class |
MaxBrushRadiusException
Thrown when a maximum radius for a brush is reached.
|
class |
MaxChangedBlocksException
Thrown when too many blocks are changed (which may be limited
due to the configuration).
|
class |
MaxRadiusException
Thrown when a maximum radius is reached, such as, for example,
in the case of a sphere command.
|
class |
NotABlockException
Raised when an item is used when a block was expected.
|
class |
UnknownDirectionException
Thrown when an unknown direction is specified or detected.
|
class |
UnknownItemException
Thrown when no item exist by the ID.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
WorldEdit.getBlock(Player player,
String id)
Deprecated.
|
BaseBlock |
WorldEdit.getBlock(Player player,
String arg,
boolean allAllowed)
Deprecated.
|
BaseBlock |
WorldEdit.getBlock(Player player,
String arg,
boolean allAllowed,
boolean allowNoData)
Deprecated.
|
Set<Integer> |
WorldEdit.getBlockIDs(Player player,
String list,
boolean allBlocksAllowed)
Deprecated.
|
Mask |
WorldEdit.getBlockMask(Player player,
LocalSession session,
String input)
Deprecated.
|
Pattern |
WorldEdit.getBlockPattern(Player player,
String input)
Deprecated.
|
Set<BaseBlock> |
WorldEdit.getBlocks(Player player,
String list)
Deprecated.
|
Set<BaseBlock> |
WorldEdit.getBlocks(Player player,
String list,
boolean allAllowed)
Deprecated.
|
Set<BaseBlock> |
WorldEdit.getBlocks(Player player,
String list,
boolean allAllowed,
boolean allowNoData)
Deprecated.
|
void |
WorldEdit.runScript(Player player,
File f,
String[] args)
Executes a WorldEdit script.
|
boolean |
EditSession.setBlock(Vector position,
BaseBlock block,
EditSession.Stage stage)
Set a block, bypassing both history and block re-ordering.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
BukkitPlayer.getBlockInHand() |
protected org.bukkit.World |
BukkitWorld.getWorldChecked()
Get the world handle.
|
boolean |
BukkitWorld.setBlock(Vector position,
BaseBlock block,
boolean notifyAndLight) |
boolean |
BukkitWorld.setBlock(Vector pt,
Block block,
boolean notifyAdjacent)
Deprecated.
|
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(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SuperPickaxeCommands.area(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
NavigationCommands.ascend(Player player,
int levelsToAscend) |
void |
SnapshotCommands.before(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
BiomeCommands.biomeInfo(Player player,
LocalSession session,
CommandContext args) |
void |
BiomeCommands.biomeList(Player player,
CommandContext args) |
void |
UtilityCommands.butcher(Actor actor,
CommandContext args) |
void |
BrushCommands.butcherBrush(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
NavigationCommands.ceiling(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.center(Player player,
EditSession editSession,
Region region,
Pattern pattern) |
void |
SelectionCommands.chunk(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ChunkCommands.chunkInfo(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ClipboardCommands.clearClipboard(Player player,
LocalSession session,
EditSession editSession) |
void |
HistoryCommands.clearHistory(Player player,
LocalSession session,
EditSession editSession) |
void |
BrushCommands.clipboardBrush(Player player,
LocalSession session,
EditSession editSession,
boolean ignoreAir,
boolean usingOrigin) |
void |
SelectionCommands.contract(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ClipboardCommands.copy(Player player,
LocalSession session,
EditSession editSession,
Region region,
boolean copyEntities,
Mask mask) |
void |
SelectionCommands.count(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
WorldEditCommands.cui(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.curve(Player player,
EditSession editSession,
Region region,
Pattern pattern,
int thickness,
boolean shell) |
void |
ClipboardCommands.cut(Player player,
LocalSession session,
EditSession editSession,
Region region,
Pattern leavePattern,
boolean copyEntities,
Mask mask) |
void |
ToolCommands.cycler(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GenerationCommands.cyl(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern,
String radiusString,
int height,
boolean hollow) |
void |
BrushCommands.cylinderBrush(Player player,
LocalSession session,
EditSession editSession,
Pattern fill,
double radius,
int height,
boolean hollow) |
void |
RegionCommands.deform(Player player,
LocalSession session,
EditSession editSession,
Region region,
String expression,
boolean useRawCoords,
boolean offset) |
void |
SchematicCommands.delete(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ChunkCommands.deleteChunks(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ToolCommands.deltree(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
NavigationCommands.descend(Player player,
int levelsToDescend) |
void |
SelectionCommands.distr(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.drain(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ScriptingCommands.execute(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ScriptingCommands.executeLast(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.expand(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.extinguish(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
BrushCommands.extinguishBrush(Player player,
LocalSession session,
EditSession editSession,
double radius) |
void |
RegionCommands.faces(Player player,
EditSession editSession,
Region region,
Pattern pattern) |
void |
ToolCommands.farwand(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GeneralCommands.fast(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.fill(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.fillr(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.fixLava(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.fixWater(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ClipboardCommands.flip(Player player,
LocalSession session,
EditSession editSession,
Vector direction) |
void |
ToolCommands.floodFill(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.flora(Player player,
EditSession editSession,
Region region,
double density) |
void |
RegionCommands.forest(Player player,
EditSession editSession,
Region region,
TreeGenerator.TreeType type,
double density) |
void |
GenerationCommands.forestGen(Player player,
LocalSession session,
EditSession editSession,
int size,
TreeGenerator.TreeType type,
double density) |
void |
SchematicCommands.formats(Actor actor) |
void |
GenerationCommands.generate(Player player,
LocalSession session,
EditSession editSession,
Region region,
Pattern pattern,
String expression,
boolean hollow,
boolean useRawCoords,
boolean offset,
boolean offsetCenter) |
void |
GenerationCommands.generateBiome(Player player,
LocalSession session,
EditSession editSession,
Region region,
BaseBiome target,
String expression,
boolean hollow,
boolean useRawCoords,
boolean offset,
boolean offsetCenter) |
void |
GeneralCommands.gmask(Player player,
LocalSession session,
EditSession editSession,
Mask mask) |
void |
BrushCommands.gravityBrush(Player player,
LocalSession session,
EditSession editSession,
double radius,
boolean fromMaxY) |
void |
UtilityCommands.green(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GenerationCommands.hcyl(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern,
String radiusString,
int height) |
void |
UtilityCommands.help(Actor actor,
CommandContext args) |
void |
WorldEditCommands.help(Actor actor,
CommandContext args) |
void |
RegionCommands.hollow(Player player,
EditSession editSession,
Region region,
int thickness,
Pattern pattern) |
void |
GenerationCommands.hollowPyramid(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern,
int size) |
void |
SelectionCommands.hpos1(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.hpos2(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GenerationCommands.hsphere(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern,
String radiusString,
boolean raised) |
void |
ToolCommands.info(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.inset(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
NavigationCommands.jumpTo(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GeneralCommands.limit(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.line(Player player,
EditSession editSession,
Region region,
Pattern pattern,
int thickness,
boolean shell) |
void |
SchematicCommands.list(Actor actor,
CommandContext args) |
void |
SnapshotCommands.list(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ChunkCommands.listChunks(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ToolCommands.longrangebuildtool(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ToolUtilCommands.mask(Player player,
LocalSession session,
EditSession editSession,
Mask mask) |
void |
ToolUtilCommands.material(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern) |
void |
RegionCommands.move(Player player,
EditSession editSession,
LocalSession session,
Region region,
int count,
Vector direction,
BaseBlock replace,
boolean moveSelection) |
void |
RegionCommands.naturalize(Player player,
EditSession editSession,
Region region) |
void |
ToolCommands.none(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.outset(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.overlay(Player player,
EditSession editSession,
Region region,
Pattern pattern) |
void |
ClipboardCommands.paste(Player player,
LocalSession session,
EditSession editSession,
boolean ignoreAirBlocks,
boolean atOrigin,
boolean selectPasted) |
void |
SelectionCommands.pos1(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.pos2(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GenerationCommands.pumpkins(Player player,
LocalSession session,
EditSession editSession,
int apothem) |
void |
GenerationCommands.pyramid(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern,
int size,
boolean hollow) |
void |
ToolUtilCommands.range(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SuperPickaxeCommands.recursive(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
HistoryCommands.redo(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.regenerateChunk(Player player,
LocalSession session,
EditSession editSession,
Region region) |
void |
WorldEditCommands.reload(Actor actor) |
void |
UtilityCommands.remove(Actor actor,
CommandContext args) |
void |
UtilityCommands.removeAbove(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.removeBelow(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
UtilityCommands.removeNear(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ToolCommands.repl(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.replace(Player player,
EditSession editSession,
Region region,
Mask from,
Pattern to) |
void |
UtilityCommands.replaceNear(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SnapshotUtilCommands.restore(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ClipboardCommands.rotate(Player player,
LocalSession session,
Double yRotate,
Double xRotate,
Double zRotate) |
void |
SchematicCommands.save(Player player,
LocalSession session,
String formatName,
String filename)
Deprecated.
|
void |
GeneralCommands.searchItem(Actor actor,
CommandContext args) |
void |
SnapshotCommands.sel(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.select(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.set(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern) |
void |
BiomeCommands.setBiome(Player player,
LocalSession session,
EditSession editSession,
BaseBiome target,
boolean atPosition) |
void |
SelectionCommands.shift(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SuperPickaxeCommands.single(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ToolUtilCommands.size(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.size(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
RegionCommands.smooth(Player player,
EditSession editSession,
Region region,
int iterations,
boolean affectNatural) |
void |
BrushCommands.smoothBrush(Player player,
LocalSession session,
EditSession editSession,
double radius,
int iterations,
boolean naturalBlocksOnly) |
void |
UtilityCommands.snow(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GenerationCommands.sphere(Player player,
LocalSession session,
EditSession editSession,
Pattern pattern,
String radiusString,
boolean raised,
boolean hollow) |
void |
BrushCommands.sphereBrush(Player player,
LocalSession session,
EditSession editSession,
Pattern fill,
double radius,
boolean hollow) |
void |
RegionCommands.stack(Player player,
EditSession editSession,
LocalSession session,
Region region,
int count,
Vector direction,
boolean moveSelection,
boolean ignoreAirBlocks) |
void |
UtilityCommands.thaw(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
NavigationCommands.thru(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ToolUtilCommands.togglePickaxe(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
GeneralCommands.togglePlace(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SelectionCommands.toggleWand(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
ToolCommands.tree(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
WorldEditCommands.tz(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
HistoryCommands.undo(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
NavigationCommands.unstuck(Player player) |
void |
NavigationCommands.up(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
SnapshotCommands.use(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
void |
WorldEditCommands.version(Actor actor) |
void |
RegionCommands.walls(Player player,
EditSession editSession,
Region region,
Pattern pattern) |
void |
SelectionCommands.wand(Player player,
LocalSession session,
EditSession editSession,
CommandContext args) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidToolBindException |
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
Player.getBlockInHand()
Get the Block that the player is holding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisallowedUsageException
Thrown when usage is disallowed.
|
class |
InputParseException
Thrown when parsed input results in an error.
|
class |
NoMatchException
Thrown when a match fails when input is parsed.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
AbstractPlayerActor.getBlockInHand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullExtent.setBlock(Vector position,
BaseBlock block) |
boolean |
OutputExtent.setBlock(Vector position,
BaseBlock block)
Change the block at the given location to the given block.
|
boolean |
AbstractDelegateExtent.setBlock(Vector location,
BaseBlock block) |
boolean |
MaskingExtent.setBlock(Vector location,
BaseBlock block) |
boolean |
ChangeSetExtent.setBlock(Vector location,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ForgetfulExtentBuffer.setBlock(Vector location,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockArrayClipboard.setBlock(Vector position,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockBagExtent.setBlock(Vector position,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractLoggingExtent.setBlock(Vector position,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiStageReorder.setBlock(Vector location,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockTransformExtent.setBlock(Vector location,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataValidatorExtent.setBlock(Vector location,
BaseBlock block) |
boolean |
BlockChangeLimiter.setBlock(Vector location,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SurvivalModeExtent.setBlock(Vector location,
BaseBlock block) |
boolean |
FastModeExtent.setBlock(Vector location,
BaseBlock block) |
boolean |
BlockQuirkExtent.setBlock(Vector position,
BaseBlock block) |
boolean |
ChunkLoadingExtent.setBlock(Vector location,
BaseBlock block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityFunction.apply(Entity entity)
Apply the function to the entity.
|
boolean |
RegionMaskingFilter.apply(Vector position) |
boolean |
RegionFunction.apply(Vector position)
Apply the function to the given position.
|
boolean |
CombinedRegionFunction.apply(Vector position) |
boolean |
FlatRegionMaskingFilter.apply(Vector2D position) |
boolean |
FlatRegionFunction.apply(Vector2D position)
Apply the function to the given position.
|
boolean |
GroundFunction.apply(Vector position,
int depth) |
boolean |
LayerFunction.apply(Vector position,
int depth)
Apply the function to the given position.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BiomeReplace.apply(Vector2D position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockReplace.apply(Vector position) |
boolean |
Counter.apply(Vector position) |
boolean |
ExtentBlockCopy.apply(Vector position) |
boolean |
Naturalizer.apply(Vector position,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtentEntityCopy.apply(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GardenPatchGenerator.apply(Vector position) |
boolean |
ForestGenerator.apply(Vector position) |
boolean |
FloraGenerator.apply(Vector position) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Operations.complete(Operation op)
Complete a given operation synchronously until it completes.
|
Operation |
Operation.resume(RunContext run)
Complete the next step.
|
Operation |
ChangeSetExecutor.resume(RunContext run) |
Operation |
DelegateOperation.resume(RunContext run) |
Operation |
OperationQueue.resume(RunContext run) |
Operation |
ForwardExtentCopy.resume(RunContext run) |
Operation |
BlockMapEntryPlacer.resume(RunContext run) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegionOffset.apply(Vector position) |
boolean |
FlatRegionOffset.apply(Vector2D position) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
BreadthFirstSearch.resume(RunContext run) |
Operation |
LayerVisitor.resume(RunContext run) |
Operation |
RegionVisitor.resume(RunContext run) |
Operation |
EntityVisitor.resume(RunContext run) |
Operation |
FlatRegionVisitor.resume(RunContext run) |
| Modifier and Type | Method and Description |
|---|---|
void |
Change.redo(UndoContext context)
Perform an redo.
|
void |
EntityCreate.redo(UndoContext context) |
void |
EntityRemove.redo(UndoContext context) |
void |
BlockChange.redo(UndoContext context) |
void |
Change.undo(UndoContext context)
Perform an undo.
|
void |
EntityCreate.undo(UndoContext context) |
void |
EntityRemove.undo(UndoContext context) |
void |
BlockChange.undo(UndoContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalWorldAdapter.setBlock(Vector position,
BaseBlock block,
boolean notifyAndLight) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorldEditExceptionConverter.convert(WorldEditException e) |
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
WorldEditBinding.getBaseBlock(ArgumentStack context)
Gets an
BaseBlock from a ArgumentStack. |
BaseBiome |
WorldEditBinding.getBiomeType(ArgumentStack context)
Gets an
BaseBiome from a ArgumentStack. |
Mask |
WorldEditBinding.getMask(ArgumentStack context)
Gets an
Mask from a ArgumentStack. |
Pattern |
WorldEditBinding.getPattern(ArgumentStack context)
Gets an
Pattern from a ArgumentStack. |
TreeGenerator.TreeType |
WorldEditBinding.getTreeType(ArgumentStack context)
Gets an
TreeGenerator.TreeType from a ArgumentStack. |
| 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 input,
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationException
Raised when authorization is not granted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilenameException |
class |
FilenameResolutionException |
class |
FileSelectionAbortedException |
class |
InvalidFilenameException |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractWorld.setBlock(Vector pt,
BaseBlock block) |
boolean |
NullWorld.setBlock(Vector position,
BaseBlock block,
boolean notifyAndLight) |
boolean |
World.setBlock(Vector position,
BaseBlock block,
boolean notifyAndLight)
Similar to
OutputExtent.setBlock(Vector, BaseBlock) but a
notifyAndLight parameter indicates whether adjacent blocks
should be notified that changes have been made and lighting operations
should be executed. |
Copyright © 2010-2014. All Rights Reserved.