Interface | Description |
---|---|
BlockChangeFlag |
A flag of sorts that determines whether a block change will perform various
interactions, such as notifying neighboring blocks, performing block physics
on placement, etc.
|
Chunk |
A chunk is a specific grid-aligned partition of a
Extent . |
ChunkPreGenerate |
Represents an ongoing chunk pre-generation.
|
ChunkPreGenerate.Builder |
A builder for submitting a task to pre-generate chunks.
|
ChunkRegenerateFlag |
A flag of sorts that determines whether a chunk regeneration will perform
various tasks such as creating a chunk, or preserving entities.
|
ChunkTicketManager |
A manager of chunks.
|
ChunkTicketManager.Callback |
A callback for loading tickets during world load.
|
ChunkTicketManager.EntityLoadingTicket |
Represents a loading ticket which is attached to a specific entity.
|
ChunkTicketManager.LoadingTicket |
Represents a handle which allows you to force a set of chunks to remain
loaded.
|
ChunkTicketManager.OrderedCallback |
A ordered callback for loading tickets during world load.
|
ChunkTicketManager.PlayerEntityLoadingTicket |
Represents a loading ticket which is attached to a player entity.
|
ChunkTicketManager.PlayerLoadingTicket |
Represents a loading ticket which is attached to a specific player.
|
ChunkTicketManager.PlayerOrderedCallback |
A player ordered callback for loading tickets during world load.
|
Dimension |
Represents the dimension of a
World . |
DimensionType |
Represents a type of
Dimension . |
GeneratorType |
Represents a world type.
|
Locatable |
Represents anything with a location.
|
LocatableBlock | |
LocatableBlock.Builder | |
PortalAgent |
An agent that handles teleportation between
Location 's. |
PortalAgentType | |
SerializationBehavior | |
TeleportHelper | |
World |
A loaded Minecraft world.
|
WorldArchetype |
A representation of the settings which define a
World for creation. |
WorldArchetype.Builder | |
WorldBorder |
A world border is a square boundary, extending through the entire y-axis.
|
WorldBorder.Builder |
Class | Description |
---|---|
BlockChangeFlags |
An enumeration of the possible
BlockChangeFlag s. |
ChunkRegenerateFlags |
An enumeration of the possible
ChunkRegenerateFlag s. |
DimensionTypes |
Holds all possible
DimensionType s. |
GeneratorTypes |
An enumeration of default
GeneratorType s. |
Location<E extends Extent> |
A position within a particular
Extent . |
PortalAgentTypes | |
SerializationBehaviors | |
WorldArchetypes |
Enum | Description |
---|---|
ChunkState |
Represents the state of a
Chunk . |