Uses of Enum Class
org.rspeer.game.effect.OverheadPrayer
Packages that use OverheadPrayer
-
Uses of OverheadPrayer in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return types with arguments of type OverheadPrayerModifier and TypeMethodDescriptionNpc.getOverheadPrayers()abstract List<OverheadPrayer> PathingEntity.getOverheadPrayers()Player.getOverheadPrayers() -
Uses of OverheadPrayer in org.rspeer.game.effect
Subclasses with type arguments of type OverheadPrayer in org.rspeer.game.effectMethods in org.rspeer.game.effect that return OverheadPrayerModifier and TypeMethodDescriptionstatic OverheadPrayerOverheadPrayer.valueOf(int id) Returns the enum constant of this class with the specified name.static OverheadPrayerReturns the enum constant of this class with the specified name.static OverheadPrayer[]OverheadPrayer.values()Returns an array containing the constants of this enum class, in the order they are declared.