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
public class RaidStopEvent extends RaidEvent
Called when a 
Raid is stopped.- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRaidStopEvent.Reason
- 
Constructor SummaryConstructors Constructor Description RaidStopEvent(Raid raid, World world, RaidStopEvent.Reason reason)
- 
Method SummaryModifier and Type Method Description static HandlerListgetHandlerList()HandlerListgetHandlers()RaidStopEvent.ReasongetReason()Returns the stop reason.
- 
Constructor Details
- 
Method Details- 
getReasonReturns the stop reason.- Returns:
- Reason
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-