Interface BasicItemShopPrice
- All Superinterfaces:
ItemShopPrice, ShopPrice
Represents a regular item being taken.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.This interface no longer represents a basic item on its ownMethods inherited from interface ItemShopPrice
getItemStacksMethods inherited from interface ShopPrice
getAmount, getDisplayItem, getDisplayName, getDisplayName, getDisplayName, getDisplayName, getGeneralAmount, getHoldingAmount, getHoldingAmount, getItem, getMissingAmount, getMissingAmount, getType, setGeneralAmount, take, take
-
Method Details
-
setItemStack
Deprecated.This interface no longer represents a basic item on its ownReplace the price item.- Specified by:
setItemStackin interfaceItemShopPrice- Parameters:
is- The new price item- Throws:
UnsupportedOperationException- When executing this for a type other thanShopPriceType.ITEM- See Also:
-