Uses of Interface
net.runelite.client.plugins.itemstats.Effect
-
-
Uses of Effect in net.runelite.client.plugins.itemstats
Classes in net.runelite.client.plugins.itemstats that implement Effect Modifier and Type Class Description class
BoostedStatBoost
A stat boost using the current boosted (or drained) stat.class
CappedStatBoost
A stat boost using the real stat level, that can only boost a certain amount above the stat level.class
Combo
class
Food
class
FoodBase
class
RangeStatBoost
class
SimpleStatBoost
A stat boost using the real stat level.class
SingleEffect
class
StatBoost
Methods in net.runelite.client.plugins.itemstats that return Effect Modifier and Type Method Description static Effect
Builders. combo(SingleEffect... effect)
Effect
ItemStatChanges. get(int id)
Effect
ItemStatChangesService. getItemStatChanges(int id)
Get the item stat value -
Uses of Effect in net.runelite.client.plugins.itemstats.food
Classes in net.runelite.client.plugins.itemstats.food that implement Effect Modifier and Type Class Description class
Anglerfish
class
CookedBream
class
CookedMossLizard
-
Uses of Effect in net.runelite.client.plugins.itemstats.potions
Classes in net.runelite.client.plugins.itemstats.potions that implement Effect Modifier and Type Class Description class
Ambrosia
class
AncientBrew
class
MixedPotion
class
MoonlightPotion
class
PrayerPotion
class
SaradominBrew
class
StaminaPotion
class
SuperRestore
Constructors in net.runelite.client.plugins.itemstats.potions with parameters of type Effect Constructor Description MixedPotion(int heal, Effect potion)
-
Uses of Effect in net.runelite.client.plugins.itemstats.special
Classes in net.runelite.client.plugins.itemstats.special that implement Effect Modifier and Type Class Description class
CastleWarsBandage
class
CaveNightshade
class
NettleTeaRunEnergy
class
SpicyStew
class
SunlightMoth
-