Package net.runelite.client.plugins.mta
Class MTAPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.mta.MTAPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Mage Training Arena", description="Show helpful information for the Mage Training Arena minigame", tags={"mta","magic","minigame","overlay"}, enabledByDefault=false) public class MTAPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description MTAPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MTAConfig
getConfig(ConfigManager manager)
protected MTARoom[]
getRooms()
void
shutDown()
void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-