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

java.lang.Object
  上位を拡張 org.bukkit.event.Event
      上位を拡張 com.github.ucchyocean.lc.event.LunaChatBaseEvent
直系の既知のサブクラス:
LunaChatBaseCancellableEvent, LunaChatChannelMessageEvent

public abstract class LunaChatBaseEvent
extends org.bukkit.event.Event

基底イベントクラス

作成者:
ucchy

入れ子のクラスの概要
 
クラス org.bukkit.event.Event から継承された入れ子のクラス/インタフェース
org.bukkit.event.Event.Result
 
コンストラクタの概要
LunaChatBaseEvent(String channelName)
          コンストラクタ
 
メソッドの概要
 Channel getChannel()
          チャンネルを取得する
 String getChannelName()
          チャンネル名を取得する
static org.bukkit.event.HandlerList getHandlerList()
           
 org.bukkit.event.HandlerList getHandlers()
           
 
クラス org.bukkit.event.Event から継承されたメソッド
getEventName, isAsynchronous
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LunaChatBaseEvent

public LunaChatBaseEvent(String channelName)
コンストラクタ

パラメータ:
channelName - チャンネル名
メソッドの詳細

getHandlers

public org.bukkit.event.HandlerList getHandlers()
定義:
クラス org.bukkit.event.Event 内の getHandlers

getHandlerList

public static org.bukkit.event.HandlerList getHandlerList()

getChannelName

public String getChannelName()
チャンネル名を取得する

戻り値:
チャンネル名

getChannel

public Channel getChannel()
チャンネルを取得する

戻り値:
チャンネル


Copyright © 2016. All rights reserved.