Package net.runelite.api.gameval
Class InterfaceID.SlidingCipher
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SlidingCipher
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SlidingCipher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTONS
static int
CLOSE_BUTTON
static int
CONTENTS
static int
FRAME
static int
LEFT_BUTTON
static int
LEFT_BUTTON_OUTER
static int
MAIN
static int
RIGHT_BUTTON
static int
RIGHT_BUTTON_OUTER
static int
SLIDER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description SlidingCipher()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
LEFT_BUTTON_OUTER
public static final int LEFT_BUTTON_OUTER
- See Also:
- Constant Field Values
-
LEFT_BUTTON
public static final int LEFT_BUTTON
- See Also:
- Constant Field Values
-
RIGHT_BUTTON_OUTER
public static final int RIGHT_BUTTON_OUTER
- See Also:
- Constant Field Values
-
RIGHT_BUTTON
public static final int RIGHT_BUTTON
- See Also:
- Constant Field Values
-
SLIDER
public static final int SLIDER
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
-