Class AutoCast
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.combat.magic.AutoCast
-
public class AutoCast extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoCast.Spell
-
Constructor Summary
Constructors Constructor Description AutoCast()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AutoCast.SpellgetSelected()static @NotNull java.lang.StringgetStaff(@NotNull AutoCast.Spell spell)static booleanhasRunesFor(@NotNull AutoCast.Spell spell)static booleansetSelected(@NotNull AutoCast.Spell spell)
-
-
-
Method Detail
-
getSelected
public static AutoCast.Spell getSelected()
-
setSelected
public static boolean setSelected(@NotNull @NotNull AutoCast.Spell spell)
-
hasRunesFor
public static boolean hasRunesFor(@NotNull @NotNull AutoCast.Spell spell)
-
getStaff
@NotNull public static @NotNull java.lang.String getStaff(@NotNull @NotNull AutoCast.Spell spell)
-
-