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.

Last updated