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 Summary
Nested Classes Modifier and Type Class Description static class
RaidStopEvent.Reason
-
Constructor Summary
Constructors Constructor Description RaidStopEvent(Raid raid, World world, RaidStopEvent.Reason reason)
-
Method Summary
Modifier and Type Method Description static HandlerList
getHandlerList()
HandlerList
getHandlers()
RaidStopEvent.Reason
getReason()
Returns the stop reason.
-
Constructor Details
-
Method Details
-
getReason
Returns the stop reason.- Returns:
- Reason
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-