Uses of Class
net.runelite.client.chat.ChatColorType
-
Packages that use ChatColorType Package Description net.runelite.client.chat -
-
Uses of ChatColorType in net.runelite.client.chat
Methods in net.runelite.client.chat that return ChatColorType Modifier and Type Method Description static ChatColorType
ChatColorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChatColorType[]
ChatColorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.chat with parameters of type ChatColorType Modifier and Type Method Description ChatMessageBuilder
ChatMessageBuilder. append(ChatColorType type)
-