Uses of Class
org.rspeer.game.effect.OverheadPrayer
-
Packages that use OverheadPrayer Package Description org.rspeer.game.adapter.scene org.rspeer.game.effect -
-
Uses of OverheadPrayer in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return types with arguments of type OverheadPrayer Modifier and Type Method Description List<OverheadPrayer>
Npc. getOverheadPrayers()
abstract List<OverheadPrayer>
PathingEntity. getOverheadPrayers()
List<OverheadPrayer>
Player. getOverheadPrayers()
-
Uses of OverheadPrayer in org.rspeer.game.effect
Methods in org.rspeer.game.effect that return OverheadPrayer Modifier and Type Method Description static OverheadPrayer
OverheadPrayer. valueOf(int id)
Returns the enum constant of this type with the specified name.static OverheadPrayer
OverheadPrayer. valueOf(String name)
Returns the enum constant of this type with the specified name.static OverheadPrayer[]
OverheadPrayer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-