java.lang.Object
net.vitacraft.serverlibraries.api.event.events.items.ItemSmeltEvent
All Implemented Interfaces:
Event

public class ItemSmeltEvent extends Object implements Event
  • Constructor Details

    • ItemSmeltEvent

      public ItemSmeltEvent(net.minecraft.item.ItemStack inputItem, net.minecraft.item.ItemStack outputItem, net.minecraft.item.ItemStack fuel)
  • Method Details

    • getInputItem

      public net.minecraft.item.ItemStack getInputItem()
    • getOutputItem

      public net.minecraft.item.ItemStack getOutputItem()
    • getFuel

      public net.minecraft.item.ItemStack getFuel()
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface Event
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface Event