com.github.ucchyocean.lc.event
クラス LunaChatChannelMemberChangedEvent

java.lang.Object
  上位を拡張 org.bukkit.event.Event
      上位を拡張 com.github.ucchyocean.lc.event.LunaChatBaseEvent
          上位を拡張 com.github.ucchyocean.lc.event.LunaChatBaseCancellableEvent
              上位を拡張 com.github.ucchyocean.lc.event.LunaChatChannelMemberChangedEvent
すべての実装されたインタフェース:
org.bukkit.event.Cancellable

public class LunaChatChannelMemberChangedEvent
extends LunaChatBaseCancellableEvent

メンバー変更イベント

作成者:
ucchy

入れ子のクラスの概要
 
クラス org.bukkit.event.Event から継承された入れ子のクラス/インタフェース
org.bukkit.event.Event.Result
 
コンストラクタの概要
LunaChatChannelMemberChangedEvent(String channelName, List<ChannelPlayer> before, List<ChannelPlayer> after)
          コンストラクタ
 
メソッドの概要
 List<ChannelPlayer> getMembersAfter()
          変更後のメンバーリストをかえす
 List<ChannelPlayer> getMembersBefore()
          変更前のメンバーリストをかえす
 
クラス com.github.ucchyocean.lc.event.LunaChatBaseCancellableEvent から継承されたメソッド
isCancelled, setCancelled
 
クラス com.github.ucchyocean.lc.event.LunaChatBaseEvent から継承されたメソッド
getChannel, getChannelName, getHandlerList, getHandlers
 
クラス org.bukkit.event.Event から継承されたメソッド
getEventName, isAsynchronous
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LunaChatChannelMemberChangedEvent

public LunaChatChannelMemberChangedEvent(String channelName,
                                         List<ChannelPlayer> before,
                                         List<ChannelPlayer> after)
コンストラクタ

パラメータ:
channelName - チャンネル名
before - 変更前のメンバー
after - 変更後のメンバー
メソッドの詳細

getMembersBefore

public List<ChannelPlayer> getMembersBefore()
変更前のメンバーリストをかえす

戻り値:

getMembersAfter

public List<ChannelPlayer> getMembersAfter()
変更後のメンバーリストをかえす

戻り値:


Copyright © 2016. All rights reserved.