Class AutoDisenchantEvent

java.lang.Object
org.bukkit.event.Event
io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
All Implemented Interfaces:
Cancellable

public class AutoDisenchantEvent extends Event implements Cancellable
An Event that is called whenever an AutoDisenchanter has disenchanted an ItemStack.
Author:
poma123
See Also:
  • Constructor Details

    • AutoDisenchantEvent

      public AutoDisenchantEvent(@Nonnull ItemStack item)
  • Method Details