Package net.runelite.api.gameval
Class InterfaceID.CataBoss
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.CataBoss
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.CataBoss extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALTAR1
static int
ALTAR2
static int
ALTAR3
static int
ALTAR4
static int
ARROW
static int
CATA_ALTARS
static int
CATA_ALTARS_GRAPHIC0
static int
DODGER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description CataBoss()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CATA_ALTARS
public static final int CATA_ALTARS
- See Also:
- Constant Field Values
-
CATA_ALTARS_GRAPHIC0
public static final int CATA_ALTARS_GRAPHIC0
- See Also:
- Constant Field Values
-
ARROW
public static final int ARROW
- See Also:
- Constant Field Values
-
ALTAR1
public static final int ALTAR1
- See Also:
- Constant Field Values
-
ALTAR2
public static final int ALTAR2
- See Also:
- Constant Field Values
-
ALTAR3
public static final int ALTAR3
- See Also:
- Constant Field Values
-
ALTAR4
public static final int ALTAR4
- See Also:
- Constant Field Values
-
-