Class StretchedModePlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.stretchedmode.StretchedModePlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Stretched Mode", description="Stretches the game in fixed and resizable modes.", tags={"resize","ui","interface","stretch","scaling","fixed"}, enabledByDefault=false) public class StretchedModePlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description StretchedModePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigChanged(ConfigChanged event)
void
onResizeableChanged(ResizeableChanged event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
shutDown
protected void shutDown() throws Exception
-
onResizeableChanged
@Subscribe public void onResizeableChanged(ResizeableChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
-