Class GrindStoneListener

java.lang.Object
me.wolfyscript.customcrafting.listeners.GrindStoneListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class GrindStoneListener extends Object implements org.bukkit.event.Listener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.wolfyscript.utilities.util.Pair<me.wolfyscript.utilities.api.inventory.custom_items.CustomItem,​GrindstoneData>
    checkRecipe​(org.bukkit.inventory.ItemStack item, org.bukkit.inventory.ItemStack itemOther, int slot, org.bukkit.entity.Player player, org.bukkit.inventory.InventoryView inventoryView)
     
    void
    onClick​(org.bukkit.event.inventory.InventoryClickEvent event)
     
    void
    onDrag​(org.bukkit.event.inventory.InventoryDragEvent event)
     
    void
    onTakeOutResult​(org.bukkit.event.inventory.InventoryClickEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GrindStoneListener

      public GrindStoneListener(CustomCrafting customCrafting)
  • Method Details

    • onTakeOutResult

      public void onTakeOutResult(org.bukkit.event.inventory.InventoryClickEvent event)
    • onClick

      public void onClick(org.bukkit.event.inventory.InventoryClickEvent event)
    • onDrag

      public void onDrag(org.bukkit.event.inventory.InventoryDragEvent event)
    • checkRecipe

      public me.wolfyscript.utilities.util.Pair<me.wolfyscript.utilities.api.inventory.custom_items.CustomItem,​GrindstoneData> checkRecipe(org.bukkit.inventory.ItemStack item, org.bukkit.inventory.ItemStack itemOther, int slot, org.bukkit.entity.Player player, org.bukkit.inventory.InventoryView inventoryView)