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 void
configure(com.google.inject.Binder binder)
Set<String>
getLayoutWhitelist()
Raid
getRaid()
int
getRaidPartyID()
Set<String>
getRoomBlacklist()
Set<String>
getRoomWhitelist()
Set<String>
getRotationWhitelist()
boolean
isInRaidChambers()
void
onChatMessage(ChatMessage event)
void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(GameStateChanged event)
void
onVarbitChanged(VarbitChanged event)
protected void
shutDown()
protected void
startUp()
-
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(VarbitChanged event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
getRaid
public Raid getRaid()
-
isInRaidChambers
public boolean isInRaidChambers()
-
getRaidPartyID
public int getRaidPartyID()
-
-