| Interface | Description |
|---|---|
| Extent |
A world, portion of a world, clipboard, or other object that can have blocks
set or entities placed.
|
| InputExtent |
Provides the current state of blocks, entities, and so on.
|
| OutputExtent |
Accepts block and entity changes.
|
| Class | Description |
|---|---|
| AbstractDelegateExtent |
A base class for
Extents that merely passes extents onto another. |
| ChangeSetExtent |
Stores changes to a
ChangeSet. |
| MaskingExtent |
Requires that all mutating methods pass a given
Mask. |
| NullExtent |
An extent that returns air blocks for all blocks and does not
pass on any changes.
|
Copyright © 2010-2014. All Rights Reserved.