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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListThis returns theLocationwhere the reactor exploded.TheSlimefunIteminstance of the exploded reactor.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
ReactorExplodeEvent
-
-
Method Details
-
getLocation
This returns theLocationwhere the reactor exploded.- Returns:
- The
Locationof this explosion
-
getReactor
TheSlimefunIteminstance of the exploded reactor.- Returns:
- The
SlimefunIteminstance
-
getHandlerList
-
getHandlers
- Specified by:
getHandlersin classEvent
-