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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerListorg.bukkit.event.HandlerListorg.bukkit.LocationThis returns theLocationwhere the reactor exploded.TheSlimefunIteminstance of the exploded reactor.Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
ReactorExplodeEvent
-
-
Method Details
-
getLocation
@Nonnull public org.bukkit.Location getLocation()This returns theLocationwhere the reactor exploded.- Returns:
- The
Locationof this explosion
-
getReactor
TheSlimefunIteminstance of the exploded reactor.- Returns:
- The
SlimefunIteminstance
-
getHandlerList
@Nonnull public static org.bukkit.event.HandlerList getHandlerList() -
getHandlers
@Nonnull public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-