Class RaidFinishEvent


public class RaidFinishEvent extends RaidEvent
This event is called when a Raid was complete with a clear result.
  • Constructor Details

    • RaidFinishEvent

      @Internal public RaidFinishEvent(@NotNull @NotNull Raid raid, @NotNull @NotNull World world, @NotNull @NotNull List<Player> winners)
  • Method Details

    • getWinners

      @NotNull public @NotNull @Unmodifiable List<Player> getWinners()
      Returns an immutable list contains all winners.
      Note: Players who are considered as heroes but were not online at the end would not be included in this list.
      Returns:
      the winners
    • getHandlers

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

      @NotNull public static @NotNull HandlerList getHandlerList()