Inventory
endstone.inventory
¶
Inventory
¶
Interface to the various inventories.
is_empty
property
¶
is_empty: bool
Check whether this inventory is empty. An inventory is considered to be empty if there are no ItemStacks in any slot of this inventory.
max_stack_size
property
¶
max_stack_size: int
Returns the maximum stack size for an ItemStack in this inventory.
add_item
¶
add_item(item: ItemStack) -> None
Stores the given ItemStacks in the inventory. This will try to fill existing stacks and empty slots as well as it can.
first
¶
Returns the first slot in the inventory containing an ItemStack with the given stack.
get_item
¶
Returns the ItemStack found in the slot at the given index