Class FurnaceSmeltEvent

  • All Implemented Interfaces:
    Cancellable

    public class FurnaceSmeltEvent
    extends BlockCookEvent
    Called when an ItemStack is successfully smelted in a furnace.
    • Constructor Detail

      • FurnaceSmeltEvent

        public FurnaceSmeltEvent​(@NotNull
                                 Block furnace,
                                 @NotNull
                                 ItemStack source,
                                 @NotNull
                                 ItemStack result)