|
|||||||||
前 次 | フレームあり フレームなし |
Channel を使用しているパッケージ | |
---|---|
com.github.ucchyocean.lc | |
com.github.ucchyocean.lc.channel | |
com.github.ucchyocean.lc.event |
com.github.ucchyocean.lc での Channel の使用 |
---|
Channel を返す com.github.ucchyocean.lc のメソッド | |
---|---|
Channel |
LunaChatAPI.createChannel(String channelName)
新しいチャンネルを作成する |
Channel |
LunaChatAPI.createChannel(String channelName,
org.bukkit.command.CommandSender sender)
新しいチャンネルを作成する |
Channel |
LunaChatAPI.getChannel(String channelName)
チャンネルを取得する |
Channel |
LunaChatAPI.getDefaultChannel(String playerName)
プレイヤーが参加しているデフォルトのチャンネルを返す |
Channel 型の引数を持つ型を返す com.github.ucchyocean.lc のメソッド | |
---|---|
Collection<Channel> |
LunaChatAPI.getChannels()
全てのチャンネルを返す |
Collection<Channel> |
LunaChatAPI.getChannelsByPlayer(String playerName)
プレイヤーが参加しているチャンネルを返す |
com.github.ucchyocean.lc.channel での Channel の使用 |
---|
com.github.ucchyocean.lc.channel での Channel のサブクラス | |
---|---|
class |
ChannelImpl
チャンネルの実装クラス |
Channel を返す com.github.ucchyocean.lc.channel のメソッド | |
---|---|
Channel |
ChannelManager.createChannel(String channelName)
新しいチャンネルを作成する |
Channel |
ChannelManager.createChannel(String channelName,
org.bukkit.command.CommandSender sender)
新しいチャンネルを作成する |
static Channel |
Channel.deserialize(Map<String,Object> data)
デシリアライズ ConfigurationSerializable互換のための実装。 |
Channel |
ChannelManager.getChannel(String channelName)
チャンネルを取得する |
Channel |
ChannelManager.getDefaultChannel(String playerName)
プレイヤーが参加しているデフォルトのチャンネルを返す |
Channel 型の引数を持つ型を返す com.github.ucchyocean.lc.channel のメソッド | |
---|---|
Collection<Channel> |
ChannelManager.getChannels()
全てのチャンネルを返す |
Collection<Channel> |
ChannelManager.getChannelsByPlayer(String playerName)
プレイヤーが参加しているチャンネルを返す |
Channel 型のパラメータを持つ com.github.ucchyocean.lc.channel のコンストラクタ | |
---|---|
DelayedJapanizeChannelChatTask(String org,
JapanizeType type,
Channel channel,
ChannelPlayer player,
String japanizeFormat,
String lineFormat)
コンストラクタ |
|
DelayedJapanizeConvertTask(String org,
JapanizeType type,
Channel channel,
ChannelPlayer player,
String japanizeFormat)
コンストラクタ |
com.github.ucchyocean.lc.event での Channel の使用 |
---|
Channel を返す com.github.ucchyocean.lc.event のメソッド | |
---|---|
Channel |
LunaChatChannelCreateEvent.getChannel()
推奨されていません。 チャンネル作成イベントは、チャンネルを作成する前に呼び出されるので、 このメソッドの戻り値は必ずnullになります。 |
Channel |
LunaChatBaseEvent.getChannel()
チャンネルを取得する |
Channel 型のパラメータを持つ com.github.ucchyocean.lc.event のメソッド | |
---|---|
void |
LunaChatPreChatEvent.setChannel(Channel channel)
発言先チャンネルを変更します。 |
|
|||||||||
前 次 | フレームあり フレームなし |