Class CardInstance
java.lang.Object
io.github.sefiraat.networks.network.stackcaches.ItemStackCache
io.github.sefiraat.networks.network.stackcaches.CardInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetLimit()voidincreaseAmount(int amount) voidreduceAmount(int amount) voidsetAmount(int amount) voidupdateLore(ItemMeta itemMeta) withdrawItem(int amount) Methods inherited from class io.github.sefiraat.networks.network.stackcaches.ItemStackCache
getItemMeta, getItemStack, getItemType, setItemStack
-
Constructor Details
-
CardInstance
-
-
Method Details
-
getAmount
public int getAmount() -
getLimit
public int getLimit() -
setAmount
public void setAmount(int amount) -
withdrawItem
-
withdrawItem
-
increaseAmount
public void increaseAmount(int amount) -
reduceAmount
public void reduceAmount(int amount) -
updateLore
-
getLoreLine
-