| Interface | Description |
|---|---|
| BiomeType | |
| BiomeTypes | |
| SessionCheck |
Used to discard old sessions.
|
| Class | Description |
|---|---|
| BlockVector |
Extension of Vector that supports being compared as ints (for accuracy).
|
| BlockVector2D |
Extension of Vector2D that supports being compared as ints (for accuracy).
|
| BlockWorldVector |
Extension of Vector that supports being compared as ints (for accuracy).
|
| BlockWorldVector2D | |
| Countable<T> | |
| CuboidClipboard |
The clipboard remembers the state of a cuboid region.
|
| DoubleArrayList<A,B> |
Double array lists to work like a Map, but not really.
|
| EditSession |
This class can wrap all block editing operations into one "edit session" that
stores the state of the blocks before modification.
|
| EditSessionFactory | |
| HeightMap |
Allows applications of Kernels onto the region's heightmap.
|
| LocalConfiguration |
Represents WorldEdit's configuration.
|
| LocalEntity | |
| LocalPlayer | |
| LocalSession |
An instance of this represents the WorldEdit session of a user.
|
| LocalWorld |
Represents a world.
|
| Location | |
| LogFormat |
Used for formatting.
|
| ServerInterface | |
| Vector | |
| Vector2D | |
| WorldEdit |
This class is the main entry point for WorldEdit.
|
| WorldEditOperation |
Represents a WorldEdit operation.
|
| WorldVector |
A vector with a world component.
|
| WorldVector2D | |
| WorldVectorFace |
A WorldVector that emphasizes one side of the block
|
| Enum | Description |
|---|---|
| CuboidClipboard.FlipDirection |
Flip direction.
|
| EntityType |
List of removable entity types.
|
| MobType |
Represents the possible types of mobs.
|
| PlayerDirection |
Direction.
|
| VectorFace |
Represents the adjacency of one vector to another.
|
| Exception | Description |
|---|---|
| DisallowedItemException | |
| EmptyClipboardException | |
| FilenameException | |
| FilenameResolutionException | |
| FileSelectionAbortedException | |
| IncompleteRegionException |
Raised when a region is not fully defined.
|
| InvalidFilenameException | |
| InvalidItemException | |
| InvalidToolBindException | |
| MaxBrushRadiusException |
Thrown when a maximum radius for a brush is reached.
|
| MaxChangedBlocksException | |
| MaxRadiusException |
Thrown when a maximum radius is reached.
|
| NotABlockException | |
| PlayerNeededException |
Thrown when an operation is run that needs an actual player, not a console.
|
| UnknownBiomeTypeException | |
| UnknownDirectionException | |
| UnknownItemException |
Thrown when no item exist by the ID.
|
| WorldEditException | |
| WorldEditNotInstalled |
Raised when WorldEdit is not installed.
|
| WorldEditPermissionException |
Copyright © 2010-2014. All Rights Reserved.