Package net.runelite.api.gameval
Class InterfaceID.Autocast
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Autocast
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Autocast extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
INFO
static int
INFO_RECT0
static int
INFO_RECT1
static int
INFO_RECT2
static int
SPELLS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Autocast()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
SPELLS
public static final int SPELLS
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
INFO_RECT0
public static final int INFO_RECT0
- See Also:
- Constant Field Values
-
INFO_RECT1
public static final int INFO_RECT1
- See Also:
- Constant Field Values
-
INFO_RECT2
public static final int INFO_RECT2
- See Also:
- Constant Field Values
-
-