Class RaidStopEvent


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

      • RaidStopEvent

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

      • getReason

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

        @NotNull
        public static @NotNull HandlerList getHandlerList()