Class ItemShop

java.lang.Object
me.tomski.shop.ItemShop
All Implemented Interfaces:
org.bukkit.event.Listener

public class ItemShop extends Object implements org.bukkit.event.Listener
  • Field Details

    • inMenu

      public List<org.bukkit.entity.Player> inMenu
  • Constructor Details

    • ItemShop

      public ItemShop(PropHunt plugin)
  • Method Details

    • openMainShop

      public void openMainShop(org.bukkit.entity.Player p)
    • onInventoryClick

      public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e)
    • onInventoryClose

      public void onInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent e)
    • getCurrencyBalance

      public int getCurrencyBalance(org.bukkit.entity.Player p)