Uses of Enum
org.bukkit.ChatColor
Packages that use ChatColor
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes dedicated to facilitate direct player-to-plugin communication.
Interfaces used to manage the client side score display system.
-
Uses of ChatColor in org.bukkit
Methods in org.bukkit that return ChatColorModifier and TypeMethodDescriptionstatic ChatColor
ChatColor.getByChar(char code)
Gets the color represented by the specified color codestatic ChatColor
Gets the color represented by the specified color codestatic ChatColor
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 ChatColorConstructors in org.bukkit.conversations with parameters of type ChatColorModifierConstructorDescriptionPluginNameConversationPrefix(Plugin plugin, String separator, ChatColor prefixColor)
-
Uses of ChatColor in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return ChatColorMethods in org.bukkit.scoreboard with parameters of type ChatColor