Interface | Description |
---|---|
Chunk |
A chunk is a specific grid-aligned partition of a
Extent . |
Dimension |
Represents the dimension of a
World . |
DimensionType |
Represents a type of
Dimension . |
GeneratorType |
Represents a world type.
|
PlayerSimulator |
Simulates the results of a player interacting with the world.
|
TeleporterAgent | |
TeleportHelper | |
World |
A loaded Minecraft world.
|
WorldBorder |
A world border is a square boundary, extending through the entire y-axis.
|
WorldBuilder |
A builder for
World s and WorldCreationSettings . |
WorldCreationSettings |
A representation of the settings which define a world for creation.
|
Class | Description |
---|---|
DimensionTypes |
Holds all possible
DimensionType s. |
GeneratorTypes |
An enumeration of default
GeneratorType s. |
Location<E extends Extent> |
A position within a particular
Extent . |
Enum | Description |
---|---|
ChunkState |
Represents the state of a
Chunk . |