Interface AutoSellItemStack


public interface AutoSellItemStack
Represents an ItemStack that is intended to be sold within a SellRegion.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.inventory.ItemStack
    Gets the ItemStack that will be sold in the sell region.
  • Method Details

    • getItemStack

      org.bukkit.inventory.ItemStack getItemStack()
      Gets the ItemStack that will be sold in the sell region.
      Returns:
      the ItemStack to be sold