Class Builders
- java.lang.Object
-
- net.runelite.client.plugins.itemstats.Builders
-
public class Builders extends Object
-
-
Constructor Summary
Constructors Constructor Description Builders()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleStatBoost
boost(Stat stat, int boost)
static SimpleStatBoost
boost(Stat stat, DeltaCalculator p)
static Effect
combo(SingleEffect... effect)
static SimpleStatBoost
dec(Stat stat, int boost)
static Food
food(int diff)
static Food
food(DeltaCalculator p)
static SimpleStatBoost
heal(Stat stat, int boost)
static SimpleStatBoost
heal(Stat stat, DeltaCalculator p)
static DeltaPercentage
perc(double perc, int delta)
static RangeStatBoost
range(StatBoost a, StatBoost b)
-
-
-
Method Detail
-
food
public static Food food(int diff)
-
food
public static Food food(DeltaCalculator p)
-
combo
public static Effect combo(SingleEffect... effect)
-
boost
public static SimpleStatBoost boost(Stat stat, int boost)
-
boost
public static SimpleStatBoost boost(Stat stat, DeltaCalculator p)
-
heal
public static SimpleStatBoost heal(Stat stat, int boost)
-
heal
public static SimpleStatBoost heal(Stat stat, DeltaCalculator p)
-
dec
public static SimpleStatBoost dec(Stat stat, int boost)
-
perc
public static DeltaPercentage perc(double perc, int delta)
-
range
public static RangeStatBoost range(StatBoost a, StatBoost b)
-
-