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.HandlerList
org.bukkit.event.HandlerList
org.bukkit.Location
This returns theLocation
where the reactor exploded.TheSlimefunItem
instance 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 theLocation
where the reactor exploded.- Returns:
- The
Location
of this explosion
-
getReactor
TheSlimefunItem
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 classorg.bukkit.event.Event
-