Class TeamCapesPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.teamcapes.TeamCapesPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Team Capes", description="Show the different team capes in your area and the amount of each", tags={"overlay","players"}, enabledByDefault=false) public class TeamCapesPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description TeamCapesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,Integer>
getTeams()
protected void
shutDown()
protected void
startUp()
void
update()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, getInjector, getName, resetConfiguration
-
-