Class SpecialCounterUpdate
- java.lang.Object
-
- net.runelite.client.party.messages.WebsocketMessage
-
- net.runelite.client.party.messages.PartyMessage
-
- net.runelite.client.party.messages.PartyMemberMessage
-
- net.runelite.client.plugins.specialcounter.SpecialCounterUpdate
-
public final class SpecialCounterUpdate extends PartyMemberMessage
-
-
Constructor Summary
Constructors Constructor Description SpecialCounterUpdate(int npcIndex, SpecialWeapon weapon, int hit, int world, int playerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getHit()
int
getNpcIndex()
int
getPlayerId()
SpecialWeapon
getWeapon()
int
getWorld()
int
hashCode()
String
toString()
-
Methods inherited from class net.runelite.client.party.messages.PartyMemberMessage
getMemberId, setMemberId
-
-
-
-
Constructor Detail
-
SpecialCounterUpdate
public SpecialCounterUpdate(int npcIndex, SpecialWeapon weapon, int hit, int world, int playerId)
-
-
Method Detail
-
getNpcIndex
public int getNpcIndex()
-
getWeapon
public SpecialWeapon getWeapon()
-
getHit
public int getHit()
-
getWorld
public int getWorld()
-
getPlayerId
public int getPlayerId()
-
canEqual
protected boolean canEqual(Object other)
-
-