Uses of Class
net.runelite.client.plugins.skillcalculator.skills.PrayerBonus
-
Packages that use PrayerBonus Package Description net.runelite.client.plugins.skillcalculator.skills -
-
Uses of PrayerBonus in net.runelite.client.plugins.skillcalculator.skills
Methods in net.runelite.client.plugins.skillcalculator.skills that return PrayerBonus Modifier and Type Method Description static PrayerBonus
PrayerBonus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrayerBonus[]
PrayerBonus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.skillcalculator.skills that return types with arguments of type PrayerBonus Modifier and Type Method Description Set<PrayerBonus>
PrayerBonus. getCanBeStackedWith()
Set<PrayerBonus>
PrayerAction. getExcludedSkillBonuses()
-