Class GrindStoneListener
java.lang.Object
me.wolfyscript.customcrafting.listeners.GrindStoneListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionme.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)
-
Constructor Details
-
GrindStoneListener
-
-
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)
-