Inventory
endstone.inventory
¶
Classes:
Name | Description |
---|---|
Inventory |
Interface to the various inventories. |
ItemStack |
Represents a stack of items. |
PlayerInventory |
Interface to the inventory of a Player, including the four armor slots and any extra slots. |
Inventory
¶
Interface to the various inventories.
Attributes:
Name | Type | Description |
---|---|---|
max_stack_size |
int
|
Returns the maximum stack size for an ItemStack in this inventory. |
size |
int
|
Returns the size of the inventory |