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 classRaidStopEvent.Reason -
Constructor Summary
Constructors Constructor Description RaidStopEvent(Raid raid, World world, RaidStopEvent.Reason reason) -
Method Summary
Modifier and Type Method Description static HandlerListgetHandlerList()HandlerListgetHandlers()RaidStopEvent.ReasongetReason()Returns the stop reason.
-
Constructor Details
-
Method Details
-
getReason
Returns the stop reason.- Returns:
- Reason
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-