> For the complete documentation index, see [llms.txt](https://riseclients-organization.gitbook.io/rise-6-scripting-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riseclients-organization.gitbook.io/rise-6-scripting-api/api-documentation/objects/itemstack.md).

# ItemStack

This page goes over about the ItemStack object.

### `getAmount(): Number`

Returns the amount of items in the itemstack.

### `getMaxAmount(): Number`

Returns the maximum amount of items that can be stacked in the stack.

### `getItemId(): Number`

Returns the Item ID.

### `getName(): String`

Returns the Item **display name**.
