Class CauldronCookEvent

java.lang.Object
org.bukkit.event.Event
me.wolfyscript.customcrafting.listeners.customevents.CauldronCookEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class CauldronCookEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
  • Constructor Details

    • CauldronCookEvent

      public CauldronCookEvent(Cauldron cauldron)
  • Method Details

    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
    • dropItems

      public boolean dropItems()
    • setDropItems

      public void setDropItems(boolean dropItems)
    • getResult

      public me.wolfyscript.utilities.api.inventory.custom_items.CustomItem getResult()
    • setResult

      public void setResult(me.wolfyscript.utilities.api.inventory.custom_items.CustomItem result)
    • getRecipe

      public CauldronRecipe getRecipe()
    • setRecipe

      public void setRecipe(CauldronRecipe recipe)