Modules§
- components
- Representations of various inventory data structures in Minecraft.
- item
- operations
Structs§
- Client
Side Close Container Event - Close a container without notifying the server.
- Close
Container Event - Tell the server that we want to close a container.
- Container
Click Event - Data
Component Patch - An update to an item’s data components.
- Inventory
- A component present on all local players that have an inventory.
- Inventory
Plugin - Inventory
Set - Item
Stack Data - An item in an inventory, with a count and NBT. Usually you want
ItemStack
orazalea_registry::Item
instead. - Menu
Opened Event - Sent from the server when a menu (like a chest or crafting table) was opened by the client.
- Player
- SetContainer
Content Event - Sent from the server when the contents of a container are replaced. Usually
triggered by the
ContainerSetContent
packet. - SetSelected
Hotbar Slot Event - Slot
List - A fixed-size list of
ItemStack
s.
Enums§
- Anvil
Menu Location - Beacon
Menu Location - Blast
Furnace Menu Location - Brewing
Stand Menu Location - Cartography
Table Menu Location - Crafter3x3
Menu Location - Crafting
Menu Location - Enchantment
Menu Location - Furnace
Menu Location - Generic3x3
Menu Location - Generic9x1
Menu Location - Generic9x2
Menu Location - Generic9x3
Menu Location - Generic9x4
Menu Location - Generic9x5
Menu Location - Generic9x6
Menu Location - Grindstone
Menu Location - Hopper
Menu Location - Item
Stack - Either an item in an inventory or nothing.
- Lectern
Menu Location - Loom
Menu Location - Menu
- A menu, which is a fixed collection of slots.
- Menu
Location - Merchant
Menu Location - Player
Menu Location - Shulker
BoxMenu Location - Smithing
Menu Location - Smoker
Menu Location - Stonecutter
Menu Location