Uses of Class
org.bukkit.ChatColor
Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.conversations |
Classes dedicated to facilitate direct player-to-plugin communication.
|
-
Uses of ChatColor in org.bukkit
Methods in org.bukkit that return ChatColor Modifier and Type Method Description static ChatColor
ChatColor. getByChar(char code)
Gets the color represented by the specified color codestatic ChatColor
ChatColor. getByChar(java.lang.String code)
Gets the color represented by the specified color codestatic ChatColor
ChatColor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChatColor[]
ChatColor. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChatColor in org.bukkit.conversations
Fields in org.bukkit.conversations declared as ChatColor Modifier and Type Field Description protected ChatColor
PluginNameConversationPrefix. prefixColor
Constructors in org.bukkit.conversations with parameters of type ChatColor Constructor Description PluginNameConversationPrefix(Plugin plugin, java.lang.String separator, ChatColor prefixColor)