Class ReactorExplodeEvent
java.lang.Object
org.bukkit.event.Event
io.github.thebusybiscuit.slimefun4.api.events.ReactorExplodeEvent
The
ReactorExplodeEvent
is called whenever a reactor explodes.- Author:
- TheBusyBiscuit
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
This returns theLocation
where the reactor exploded.TheSlimefunItem
instance of the exploded reactor.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
ReactorExplodeEvent
-
-
Method Details
-
getLocation
This returns theLocation
where the reactor exploded.- Returns:
- The
Location
of this explosion
-
getReactor
TheSlimefunItem
instance of the exploded reactor.- Returns:
- The
SlimefunItem
instance
-
getHandlerList
-
getHandlers
- Specified by:
getHandlers
in classEvent
-