Skip to content

Inventory

endstone.inventory

Inventory

Interface to the various inventories.

max_stack_size property

max_stack_size: int

Returns the maximum stack size for an ItemStack in this inventory.

size property

size: int

Returns the size of the inventory

ItemStack

ItemStack(type: str = 'minecraft:air', amount: int = 1)

Represents a stack of items.

amount property writable

amount: int

Gets or sets the amount of items in this stack.

type property writable

type: str

Gets or sets the type of this item.

PlayerInventory

Bases: Inventory

Interface to the inventory of a Player, including the four armor slots and any extra slots.