Class CraftListener
java.lang.Object
me.wolfyscript.customcrafting.listeners.CraftListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
callPreCraftEvent(org.bukkit.inventory.CraftingInventory inventory, org.bukkit.event.inventory.InventoryClickEvent event)
void
void
onCraft(org.bukkit.event.inventory.InventoryClickEvent event)
void
onPreCraft(org.bukkit.event.inventory.PrepareItemCraftEvent e)
void
onRecipeDiscover(org.bukkit.event.player.PlayerRecipeDiscoverEvent event)
-
Constructor Details
-
CraftListener
-
-
Method Details
-
onAdvancedWorkbench
-
onCraft
public void onCraft(org.bukkit.event.inventory.InventoryClickEvent event) -
callPreCraftEvent
public void callPreCraftEvent(org.bukkit.inventory.CraftingInventory inventory, org.bukkit.event.inventory.InventoryClickEvent event) -
onPreCraft
public void onPreCraft(org.bukkit.event.inventory.PrepareItemCraftEvent e) -
onRecipeDiscover
public void onRecipeDiscover(org.bukkit.event.player.PlayerRecipeDiscoverEvent event)
-