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