Interface | Description |
---|---|
BiomeRegistry |
Provides information on biomes.
|
BlockRegistry |
Provides information on blocks and provides methods to create them.
|
EntityRegistry |
Provides information on entities.
|
State |
Describes a state property of a block.
|
StateValue |
Describes a possible value for a
State . |
WorldData |
Describes the necessary data for blocks, entities, and other objects
on a world.
|
Class | Description |
---|---|
BundledBlockData |
Provides block data based on the built-in block database that is bundled
with WorldEdit.
|
LegacyBlockRegistry |
A block registry that uses
BundledBlockData to serve information
about blocks. |
LegacyWorldData |
An implementation of
WorldData that uses legacy numeric IDs and
a built-in block database. |
NullBiomeRegistry |
A biome registry that knows nothing.
|
NullEntityRegistry |
An implementation of an entity registry that knows nothing.
|