Uses of Class
net.md_5.bungee.api.ChatColor
Packages that use ChatColor
-
Uses of ChatColor in net.md_5.bungee.api
Fields in net.md_5.bungee.api declared as ChatColorModifier and TypeFieldDescriptionstatic final ChatColorChatColor.AQUARepresents aqua.static final ChatColorChatColor.BLACKRepresents black.static final ChatColorChatColor.BLUERepresents blue.static final ChatColorChatColor.BOLDMakes the text bold.static final ChatColorChatColor.DARK_AQUARepresents dark blue (aqua).static final ChatColorChatColor.DARK_BLUERepresents dark blue.static final ChatColorChatColor.DARK_GRAYRepresents dark gray.static final ChatColorChatColor.DARK_GREENRepresents dark green.static final ChatColorChatColor.DARK_PURPLERepresents dark purple.static final ChatColorChatColor.DARK_REDRepresents dark red.static final ChatColorChatColor.GOLDRepresents gold.static final ChatColorChatColor.GRAYRepresents gray.static final ChatColorChatColor.GREENRepresents green.static final ChatColorChatColor.ITALICMakes the text italic.static final ChatColorChatColor.LIGHT_PURPLERepresents light purple.static final ChatColorChatColor.MAGICRepresents magical characters that change around randomly.static final ChatColorChatColor.REDRepresents red.static final ChatColorChatColor.RESETResets all previous chat colors or formats.static final ChatColorChatColor.STRIKETHROUGHMakes a line appear through the text.static final ChatColorChatColor.UNDERLINEMakes the text appear underlined.static final ChatColorChatColor.WHITERepresents white.static final ChatColorChatColor.YELLOWRepresents yellow.Methods in net.md_5.bungee.api that return ChatColorModifier and TypeMethodDescriptionstatic ChatColorChatColor.getByChar(char code) Get the colour represented by the specified code.static ChatColorstatic ChatColorstatic ChatColorDeprecated.holdover from when this class was an enumstatic ChatColor[]ChatColor.values()Deprecated.holdover from when this class was an enum -
Uses of ChatColor in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ChatColorModifier and TypeMethodDescriptionBaseComponent.getColor()Returns the color of this component.ComponentStyle.getColor()Returns the color of this style.BaseComponent.getColorRaw()Returns the color of this component without checking the parents color.Methods in net.md_5.bungee.api.chat with parameters of type ChatColorModifier and TypeMethodDescriptionSets the color of the current part.Set the style color.static BaseComponentTextComponent.fromLegacy(String message, ChatColor defaultColor) Converts the old formatting system that usedCOLOR_CHARinto the new json based system.static BaseComponent[]TextComponent.fromLegacyText(String message, ChatColor defaultColor) Deprecated.TextComponent.fromLegacy(String, ChatColor)is preferred as it will consolidate all components into a single BaseComponent with extra contents as opposed to an array of components which is non-standard and may result in unexpected behavior.voidSet this component's color.voidThe color of this style.Constructors in net.md_5.bungee.api.chat with parameters of type ChatColor