Class RaidFinishEvent


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

    • RaidFinishEvent

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

    • getWinners

      @NotNull public 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:
      winners
    • getHandlers

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

      @NotNull public static HandlerList getHandlerList()