Class | Description |
---|---|
EditSession | |
EditSessionBuilder |
A builder-style factory for
EditSessions . |
EditSessionFactory | Deprecated
Using the ever-extending factory methods is deprecated.
|
LocalConfiguration |
Represents WorldEdit's configuration.
|
LocalSession |
Stores session information.
|
WorldEdit |
The entry point and container for a working implementation of WorldEdit.
|
WorldEditManifest |
Represents WorldEdit info from the MANIFEST.MF file.
|
Enum | Description |
---|---|
EditSession.ReorderMode |
Reorder mode for
EditSession.setReorderMode(ReorderMode) . |
EditSession.Stage |
Used by
EditSession.setBlock(BlockVector3, BlockStateHolder, Stage) to
determine which Extent s should be bypassed. |
WorldEditManifest.Kind |
Exception | Description |
---|---|
DisallowedItemException | Deprecated |
EmptyClipboardException |
Thrown when there is no clipboard set.
|
IncompleteRegionException |
Raised when a region is not fully defined.
|
InvalidItemException | Deprecated |
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.
|
MissingWorldException |
Raised when a world is missing but is required.
|
NotABlockException |
Raised when an item is used when a block was expected.
|
UnknownDirectionException |
Thrown when an unknown direction is specified or detected.
|
UnknownItemException | Deprecated |
WorldEditException |
Parent for all WorldEdit exceptions.
|