Class endstone::ItemStack¶
ClassList > endstone > ItemStack
Represents a stack of items.
#include <endstone/inventory/item_stack.h>
Public Functions¶
| Type | Name | 
|---|---|
| ItemStack () = default | 
|
| ItemStack (std::string type, int amount=1)  | 
|
| virtual int | getAmount () const Gets the amount of items in this stack.  | 
| virtual std::string | getType () const Gets the type of this item.  | 
| virtual void | setAmount (int amount)  Sets the amount of items in this stack.  | 
| virtual void | setType (std::string type)  Sets the type of this item.  | 
| virtual | ~ItemStack () = default | 
Public Functions Documentation¶
function ItemStack [½]¶
function ItemStack [2/2]¶
function getAmount¶
Gets the amount of items in this stack.
Returns:
Amount of items in this stack
function getType¶
Gets the type of this item.
Returns:
Type of the items in this stack
function setAmount¶
Sets the amount of items in this stack.
Parameters:
amountNew amount of items in this stack
function setType¶
Sets the type of this item.
Parameters:
typeNew type to set the items in this stack to
function ~ItemStack¶
The documentation for this class was generated from the following file include/endstone/inventory/item_stack.h