lihzahrd.items¶
-
class
lihzahrd.items.
ItemStack
(type_: lihzahrd.enums.itemtype.ItemType, quantity: int = 1, prefix: Optional[lihzahrd.enums.prefixtype.PrefixType] = None)¶ A stack of a certain item.
-
prefix
¶ The modifier of the item in this stack. Should be set only when quantity is 1.
-
quantity
¶ A number from 1 to 999 representing the number of items inside this stack.
-
type
¶ The type of item represented in this stack.
-