Class TwitchPlugin

    • Constructor Detail

      • TwitchPlugin

        public TwitchPlugin()
    • Method Detail

      • startUp

        protected void startUp()
        Overrides:
        startUp in class Plugin
      • shutDown

        protected void shutDown()
        Overrides:
        shutDown in class Plugin
      • checkClient

        public void checkClient()
      • privmsg

        public void privmsg​(java.lang.String source,
                            java.util.Map<java.lang.String,​java.lang.String> tags,
                            java.lang.String message)
        Specified by:
        privmsg in interface TwitchListener
      • roomstate

        public void roomstate​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Specified by:
        roomstate in interface TwitchListener
      • usernotice

        public void usernotice​(java.util.Map<java.lang.String,​java.lang.String> tags,
                               java.lang.String message)
        Specified by:
        usernotice in interface TwitchListener
      • onScriptCallbackEvent

        @Subscribe
        public void onScriptCallbackEvent​(net.runelite.api.events.ScriptCallbackEvent scriptCallbackEvent)