Class RaidsPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.raids.RaidsPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Chambers Of Xeric", description="Show helpful information for the Chambers of Xeric raid", tags={"combat","raid","overlay","pve","pvm","bosses","cox"}) public class RaidsPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description RaidsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)Set<String>getLayoutWhitelist()RaidgetRaid()intgetRaidPartyID()Set<String>getRoomBlacklist()Set<String>getRoomWhitelist()Set<String>getRotationWhitelist()booleanisInRaidChambers()voidonChatMessage(net.runelite.api.events.ChatMessage event)voidonConfigChanged(ConfigChanged event)voidonGameStateChanged(net.runelite.api.events.GameStateChanged event)voidonVarbitChanged(net.runelite.api.events.VarbitChanged event)protected voidshutDown()protected voidstartUp()-
Methods inherited from class net.runelite.client.plugins.Plugin
equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(net.runelite.api.events.VarbitChanged event)
-
onChatMessage
@Subscribe public void onChatMessage(net.runelite.api.events.ChatMessage event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged event)
-
getRaid
public Raid getRaid()
-
isInRaidChambers
public boolean isInRaidChambers()
-
getRaidPartyID
public int getRaidPartyID()
-
-