Class RaidStopEvent


public class RaidStopEvent extends RaidEvent
Called when a Raid is stopped.
  • Constructor Details

    • RaidStopEvent

      @Internal public RaidStopEvent(@NotNull @NotNull Raid raid, @NotNull @NotNull World world, @NotNull @NotNull RaidStopEvent.Reason reason)
  • Method Details

    • getReason

      @NotNull public @NotNull RaidStopEvent.Reason getReason()
      Returns the stop reason.
      Returns:
      Reason
    • getHandlers

      @NotNull public @NotNull HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      @NotNull public static @NotNull HandlerList getHandlerList()