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 SummaryNested Classes Modifier and Type Class Description static classRaidStopEvent.Reason- 
Nested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
 
- 
 - 
Constructor SummaryConstructors Constructor Description RaidStopEvent(Raid raid, World world, RaidStopEvent.Reason reason)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HandlerListgetHandlerList()HandlerListgetHandlers()RaidStopEvent.ReasongetReason()Returns the stop reason.- 
Methods inherited from class org.bukkit.event.world.WorldEventgetWorld
 - 
Methods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
 
- 
 
- 
- 
- 
Constructor Detail- 
RaidStopEventpublic 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:
- getHandlersin class- Event
 
 - 
getHandlerList@NotNull public static HandlerList getHandlerList() 
 
- 
 
-