Modules§
- Representations of various inventory data structures in Minecraft.
Structs§
- An item in an inventory, with a count and NBT. Usually you want
ItemSlot
or [azalea_registry::Item
] instead. - A fixed-size list of
ItemSlot
s.
Enums§
- Either an item in an inventory or nothing.
- A menu, which is a fixed collection of slots.