Uses of Class
net.runelite.client.plugins.specialcounter.SpecialWeapon
-
Packages that use SpecialWeapon Package Description net.runelite.client.plugins.specialcounter -
-
Uses of SpecialWeapon in net.runelite.client.plugins.specialcounter
Methods in net.runelite.client.plugins.specialcounter that return SpecialWeapon Modifier and Type Method Description SpecialWeapon
SpecialCounterUpdate. getWeapon()
static SpecialWeapon
SpecialWeapon. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpecialWeapon[]
SpecialWeapon. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.runelite.client.plugins.specialcounter with parameters of type SpecialWeapon Constructor Description SpecialCounterUpdate(int npcIndex, SpecialWeapon weapon, int hit, int world, int playerId)
-