类 RaidFinishEvent


public class RaidFinishEvent extends RaidEvent
袭击以一个清晰的结果结束时触发本事件.
  • 构造器详细资料

  • 方法详细资料

    • getWinners

      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.

      返回:
      所有赢家
    • getHandlers

      public HandlerList getHandlers()
      指定者:
      getHandlers 在类中 Event
    • getHandlerList

      public static HandlerList getHandlerList()