Class ResearchUnlockEvent

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

public class ResearchUnlockEvent extends Event implements Cancellable
This Event is called whenever a Player unlocks a Research.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • ResearchUnlockEvent

      public ResearchUnlockEvent(@Nonnull Player p, @Nonnull Research research)
  • Method Details