Class DefaultWorldPlugin

  • All Implemented Interfaces:
    com.google.inject.Module

    @PluginDescriptor(name="Default World",
                      description="Enable a default world to be selected when launching the client",
                      tags="home")
    public class DefaultWorldPlugin
    extends Plugin
    • Constructor Detail

      • DefaultWorldPlugin

        public DefaultWorldPlugin()
    • Method Detail

      • startUp

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

        @Subscribe
        public void onWorldChanged​(net.runelite.api.events.WorldChanged worldChanged)