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.
- 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