com.github.ucchyocean.lc.channel
クラス DelayedJapanizeRecipientChatTask

java.lang.Object
  上位を拡張 org.bukkit.scheduler.BukkitRunnable
      上位を拡張 com.github.ucchyocean.lc.channel.DelayedJapanizeConvertTask
          上位を拡張 com.github.ucchyocean.lc.channel.DelayedJapanizeRecipientChatTask
すべての実装されたインタフェース:
Runnable

public class DelayedJapanizeRecipientChatTask
extends DelayedJapanizeConvertTask

Japanize2行表示のときに、変換結果を遅延して指定した受信者に表示するためのタスク。 他プラグインのチャンネル(mcMMOのパーティチャットや、TownyChatなど)に、Japanize変換結果を表示するために使用する。

作成者:
ucchy

コンストラクタの概要
DelayedJapanizeRecipientChatTask(String org, JapanizeType type, ChannelPlayer player, String japanizeFormat, List<org.bukkit.entity.Player> recipients)
          コンストラクタ
 
メソッドの概要
 void run()
           
 
クラス com.github.ucchyocean.lc.channel.DelayedJapanizeConvertTask から継承されたメソッド
getResult, runSync
 
クラス org.bukkit.scheduler.BukkitRunnable から継承されたメソッド
cancel, getTaskId, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DelayedJapanizeRecipientChatTask

public DelayedJapanizeRecipientChatTask(String org,
                                        JapanizeType type,
                                        ChannelPlayer player,
                                        String japanizeFormat,
                                        List<org.bukkit.entity.Player> recipients)
コンストラクタ

パラメータ:
org - 変換前の文字列
type - 変換タイプ
player - 発言したプレイヤー
japanizeFormat - 変換後に発言するときの、発言フォーマット
recipients - メッセージ受信者
メソッドの詳細

run

public void run()
定義:
インタフェース Runnable 内の run
オーバーライド:
クラス DelayedJapanizeConvertTask 内の run
関連項目:
Runnable.run()


Copyright © 2016. All rights reserved.