Uses of Class
net.runelite.api.ChatMessageType
-
Packages that use ChatMessageType Package Description net.runelite.api net.runelite.api.events -
-
Uses of ChatMessageType in net.runelite.api
Methods in net.runelite.api that return ChatMessageType Modifier and Type Method Description ChatMessageTypeMessageNode. getType()Gets the type of message.static ChatMessageTypeChatMessageType. of(int type)Utility method that maps the type value to its respectiveChatMessageTypevalue.static ChatMessageTypeChatMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatMessageType[]ChatMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.api with parameters of type ChatMessageType Modifier and Type Method Description MessageNodeClient. addChatMessage(ChatMessageType type, String name, String message, String sender)Adds a new chat message to the chatbox.MessageNodeClient. addChatMessage(ChatMessageType type, String name, String message, String sender, boolean postEvent)Adds a new chat message to the chatbox. -
Uses of ChatMessageType in net.runelite.api.events
Methods in net.runelite.api.events that return ChatMessageType Modifier and Type Method Description ChatMessageTypeChatMessage. getType()The type of message received.Methods in net.runelite.api.events with parameters of type ChatMessageType Modifier and Type Method Description voidChatMessage. setType(ChatMessageType type)The type of message received.Constructors in net.runelite.api.events with parameters of type ChatMessageType Constructor Description ChatMessage(MessageNode messageNode, ChatMessageType type, String name, String message, String sender, int timestamp)
-