Package org.bukkit.event.raid
Class RaidStopEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- org.bukkit.event.world.WorldEvent
-
- org.bukkit.event.raid.RaidEvent
-
- org.bukkit.event.raid.RaidStopEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RaidStopEvent.Reason
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
-
Constructor Summary
Constructors Constructor Description RaidStopEvent(Raid raid, World world, RaidStopEvent.Reason reason)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HandlerList
getHandlerList()
HandlerList
getHandlers()
RaidStopEvent.Reason
getReason()
Returns the stop reason.-
Methods inherited from class org.bukkit.event.world.WorldEvent
getWorld
-
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
-
-
-
Constructor Detail
-
RaidStopEvent
public RaidStopEvent(@NotNull Raid raid, @NotNull World world, @NotNull RaidStopEvent.Reason reason)
-
-
Method Detail
-
getReason
@NotNull public RaidStopEvent.Reason getReason()
Returns the stop reason.- Returns:
- Reason
-
getHandlers
@NotNull public HandlerList getHandlers()
- Specified by:
getHandlers
in classEvent
-
getHandlerList
@NotNull public static HandlerList getHandlerList()
-
-