Class RaidFinishEvent


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

      • RaidFinishEvent

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

      • 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
      • getHandlerList

        @NotNull
        public static HandlerList getHandlerList()