Class RaidScouted
- java.lang.Object
-
- net.runelite.client.plugins.raids.events.RaidScouted
-
public final class RaidScouted extends Object
An event that fires when the player scouts a raid This will fire every time the raid plugin successfully scouts a raid but mostly fires at LOGGED_IN gamestate changes This event only fires in scoutable raids (not challenge mode) The raid object is not guaranteed to change in between events
-
-
Constructor Summary
Constructors Constructor Description RaidScouted(Raid raid, boolean firstScout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Raid
getRaid()
int
hashCode()
boolean
isFirstScout()
String
toString()
-
-
-
Constructor Detail
-
RaidScouted
public RaidScouted(Raid raid, boolean firstScout)
-
-