パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.conversations |
Classes dedicated to facilitate direct player-to-plugin communication.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static ChatColor |
ChatColor.getByChar(char code)
Gets the color represented by the specified color code
|
static ChatColor |
ChatColor.getByChar(String code)
Gets the color represented by the specified color code
|
static ChatColor |
ChatColor.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ChatColor[] |
ChatColor.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected ChatColor |
PluginNameConversationPrefix.prefixColor |
コンストラクタと説明 |
---|
PluginNameConversationPrefix(Plugin plugin,
String separator,
ChatColor prefixColor) |
Copyright © 2016. All rights reserved.