Expand description
§azalea-world
The Minecraft world representation used by Azalea.
Re-exports§
pub use chunk::Chunk;pub use chunk::Section;pub use chunk::partial::PartialChunkStorage;pub use chunk::storage::ChunkStorage;
Modules§
- chunk
- 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.
- Partial
Entity Infos - Keep track of certain metadatas that are only relevant for this partial world.
- Partial
World - A reference to a slice of the world, as seen by an individual client.
- World
- A Minecraft world, sometimes referred to as a dimension.
- World
Name - The name of the
World(aka dimension) that an entity is in. - Worlds
- A container of
Worldinstances.
Type Aliases§
- Instance
Deprecated - Instance
Container Deprecated - Instance
Name Deprecated - Minecraft
Entity Id Deprecated - Partial
Instance Deprecated