Skip to main content

Crate azalea_world

Crate azalea_world 

Source
Expand description

§azalea-world

The Minecraft world representation used by Azalea.

Re-exports§

pub use chunk_storage::Chunk;
pub use chunk_storage::ChunkStorage;
pub use chunk_storage::PartialChunkStorage;
pub use chunk_storage::Section;

Modules§

chunk_storage
find_blocks
heightmap
iterators
Iterators for iterating over Minecraft blocks and chunks, based on prismarine-world’s iterators.
palette

Structs§

BitStorage
A compact list of integers with the given number of bits per entry.
PartialEntityInfos
Keep track of certain metadatas that are only relevant for this partial world.
PartialWorld
A reference to a slice of the world, as seen by an individual client.
World
A Minecraft world, sometimes referred to as a dimension.
WorldName
The name of the World (aka dimension) that an entity is in.
Worlds
A container of World instances.

Type Aliases§

InstanceDeprecated
InstanceContainerDeprecated
InstanceNameDeprecated
MinecraftEntityIdDeprecated
PartialInstanceDeprecated