Class EmojiPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.emojis.EmojiPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Emojis", description="Replaces common emoticons such as :) with their corresponding emoji in the chat", enabledByDefault=false) public class EmojiPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description EmojiPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage chatMessage)
void
onOverheadTextChanged(OverheadTextChanged event)
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration, shutDown
-
-
-
-
Method Detail
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage chatMessage)
-
onOverheadTextChanged
@Subscribe public void onOverheadTextChanged(OverheadTextChanged event)
-
-