ItemStack
This page goes over about the ItemStack object.
getAmount(): Number
getAmount(): NumberReturns the amount of items in the itemstack.
getMaxAmount(): Number
getMaxAmount(): NumberReturns the maximum amount of items that can be stacked in the stack.
getItemId(): Number
getItemId(): NumberReturns the Item ID.
getName(): String
getName(): StringReturns the Item display name.
Last updated