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