Uses of Class
org.bukkit.ChatColor
-
Packages that use ChatColor Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.conversations Classes dedicated to facilitate direct player-to-plugin communication.org.bukkit.scoreboard Interfaces used to manage the client side score display system. -
-
Uses of ChatColor in org.bukkit
Methods in org.bukkit that return ChatColor Modifier and Type Method Description static @Nullable ChatColorChatColor. getByChar(char code)Gets the color represented by the specified color codestatic @Nullable ChatColorChatColor. getByChar(@NotNull String code)Gets the color represented by the specified color codestatic ChatColorChatColor. valueOf(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 ChatColorPluginNameConversationPrefix. prefixColorConstructors in org.bukkit.conversations with parameters of type ChatColor Constructor Description PluginNameConversationPrefix(@NotNull Plugin plugin, @NotNull String separator, @NotNull ChatColor prefixColor) -
Uses of ChatColor in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return ChatColor Modifier and Type Method Description @NotNull ChatColorTeam. getColor()Gets the color of the team.Methods in org.bukkit.scoreboard with parameters of type ChatColor Modifier and Type Method Description voidTeam. setColor(@NotNull ChatColor color)Sets the color of the team.
-