Class AutoEnchantEvent

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

public class AutoEnchantEvent extends Event implements Cancellable
An Event that is called whenever an AutoEnchanter is trying to enchant an ItemStack.
Author:
WalshyDev
See Also:
  • Constructor Details

    • AutoEnchantEvent

      public AutoEnchantEvent(@Nonnull ItemStack item)
  • Method Details