Interface AutoSellItemStack
public interface AutoSellItemStack
Represents an ItemStack that is intended to be sold within a SellRegion.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
Gets theItemStack
that will be sold in the sell region.
-
Method Details
-
getItemStack
org.bukkit.inventory.ItemStack getItemStack()Gets theItemStack
that will be sold in the sell region.- Returns:
- the ItemStack to be sold
-