Expand description
Structs§
- Block
Pos - The coordinates of a block in the world.
- Chunk
Biome Pos - The coordinates of a biome inside a chunk.
- Chunk
Block Pos - The coordinates of a block inside a chunk.
- Chunk
Pos - Chunk coordinates are used to represent where a chunk is in the world.
- Chunk
Section Biome Pos - The coordinates of a biome inside of a chunk section.
- Chunk
Section Block Pos - The coordinates of a block inside of a chunk section.
- Chunk
Section Pos - The coordinates of a chunk section in the world.
- Global
Pos - A block pos with an attached world
- Vec2
- A 2D vector.
- Vec3
- Used to represent an exact position in the world where an entity could be.
- Vec3f32
- A lower precision
Vec3, used for some fields in entity metadata. - Vec3i
- Similar to
BlockPosbut it’s serialized as 3 varints instead of one 64-bit integer, so it can represent a bigger range of numbers.