Class | Description |
---|---|
BlockVector |
Extension of
Vector that that compares with other instances
using integer components. |
BlockVector2D |
Extension of
Vector2D that that compares with other instances
using integer components. |
BlockWorldVector | Deprecated
Replace all uses of
WorldVector s with Location s |
BlockWorldVector2D | Deprecated
Replace all uses of
WorldVector s with Location s |
CuboidClipboard | Deprecated
This is slowly being replaced with
Clipboard , which is
far more versatile. |
EditSession | |
EditSessionFactory |
Creates new
EditSession s. |
LocalConfiguration |
Represents WorldEdit's configuration.
|
LocalEntity | Deprecated
replaced with the new entity API using
Entity and BaseEntity |
LocalPlayer | Deprecated
use
Actor (or Player , etc.) instead (and AbstractPlayerActor to extend) |
LocalSession |
Stores session information.
|
LocalWorld | Deprecated
Replace with
World wherever appropriate |
Location | Deprecated
Use
Location wherever possible |
ServerInterface | Deprecated
Use
Platform wherever possible |
Vector |
An immutable 3-dimensional vector.
|
Vector2D |
An immutable 2-dimensional vector.
|
WorldEdit |
The entry point and container for a working implementation of WorldEdit.
|
WorldEditOperation | Deprecated
This will be removed with no direct replacement.
|
WorldVector | Deprecated
Use
Location wherever possible |
WorldVector2D | Deprecated
Use
Location wherever possible |
WorldVectorFace | Deprecated
Use
Location wherever possible |
Enum | Description |
---|---|
CuboidClipboard.FlipDirection |
An enum of possible flip directions.
|
EditSession.Stage |
Used by
EditSession.setBlock(Vector, BaseBlock, Stage) to
determine which Extent s should be bypassed. |
PlayerDirection |
The player's direction.
|
VectorFace | Deprecated
to be replaced with
Direction |
Exception | Description |
---|---|
DisallowedItemException |
Thrown when a disallowed item is used.
|
EmptyClipboardException |
Thrown when there is no clipboard set.
|
IncompleteRegionException |
Raised when a region is not fully defined.
|
InvalidItemException |
Thrown when an invalid item is specified.
|
MaxBrushRadiusException |
Thrown when a maximum radius for a brush is reached.
|
MaxChangedBlocksException |
Thrown when too many blocks are changed (which may be limited
due to the configuration).
|
MaxRadiusException |
Thrown when a maximum radius is reached, such as, for example,
in the case of a sphere command.
|
NotABlockException |
Raised when an item is used when a block was expected.
|
UnknownDirectionException |
Thrown when an unknown direction is specified or detected.
|
UnknownItemException |
Thrown when no item exist by the ID.
|
WorldEditException |
Parent for all WorldEdit exceptions.
|