Class ReactorExplodeEvent

java.lang.Object
org.bukkit.event.Event
io.github.thebusybiscuit.slimefun4.api.events.ReactorExplodeEvent

public class ReactorExplodeEvent extends org.bukkit.event.Event
The ReactorExplodeEvent is called whenever a reactor explodes.
Author:
TheBusyBiscuit
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactorExplodeEvent(org.bukkit.Location l, Reactor reactor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    org.bukkit.event.HandlerList
     
    org.bukkit.Location
    This returns the Location where the reactor exploded.
    The SlimefunItem instance of the exploded reactor.

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReactorExplodeEvent

      public ReactorExplodeEvent(@Nonnull org.bukkit.Location l, @Nonnull Reactor reactor)
  • Method Details

    • getLocation

      @Nonnull public org.bukkit.Location getLocation()
      This returns the Location where the reactor exploded.
      Returns:
      The Location of this explosion
    • getReactor

      @Nonnull public Reactor getReactor()
      The SlimefunItem instance of the exploded reactor.
      Returns:
      The SlimefunItem instance
    • getHandlerList

      @Nonnull public static org.bukkit.event.HandlerList getHandlerList()
    • getHandlers

      @Nonnull public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event