Class AttackStylesPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.attackstyles.AttackStylesPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Attack Styles", description="Show your current attack style as an overlay", tags={"combat","defence","magic","overlay","ranged","strength","warn","pure"}) public class AttackStylesPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description AttackStylesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.runelite.client.plugins.attackstyles.AttackStyle
getAttackStyle()
boolean
isWarnedSkillSelected()
void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(net.runelite.api.events.GameStateChanged event)
void
onScriptPostFired(net.runelite.api.events.ScriptPostFired scriptPostFired)
void
onVarbitChanged(net.runelite.api.events.VarbitChanged event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, getInjector, getName, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
getAttackStyle
@Nullable public net.runelite.client.plugins.attackstyles.AttackStyle getAttackStyle()
-
isWarnedSkillSelected
public boolean isWarnedSkillSelected()
-
onScriptPostFired
@Subscribe public void onScriptPostFired(net.runelite.api.events.ScriptPostFired scriptPostFired)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged event)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(net.runelite.api.events.VarbitChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
-