Package net.runelite.api.gameval
Class InterfaceID.FossilUnderwaterTraining
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.FossilUnderwaterTraining
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.FossilUnderwaterTraining extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AGILITY
static int
BOTH
static int
BOTTOM
static int
BUTTONS
static int
BUTTONS_MODEL1
static int
BUTTONS_MODEL3
static int
BUTTONS_MODEL5
static int
BUTTONS_MODEL6
static int
FRAME
static int
THIEVING
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description FossilUnderwaterTraining()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
AGILITY
public static final int AGILITY
- See Also:
- Constant Field Values
-
BUTTONS_MODEL1
public static final int BUTTONS_MODEL1
- See Also:
- Constant Field Values
-
THIEVING
public static final int THIEVING
- See Also:
- Constant Field Values
-
BUTTONS_MODEL3
public static final int BUTTONS_MODEL3
- See Also:
- Constant Field Values
-
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
-
BUTTONS_MODEL5
public static final int BUTTONS_MODEL5
- See Also:
- Constant Field Values
-
BUTTONS_MODEL6
public static final int BUTTONS_MODEL6
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
-