Package net.runelite.api.gameval
Class InterfaceID.DirectionalLock
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DirectionalLock
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DirectionalLock extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE_BUTTON
static int
COMBINATION
static int
COMBINATION_BACK
static int
COMBINATION_BORDER
static int
COMBINATION_OUTER
static int
CONFIRM_BUTTON
static int
CONTENTS
static int
DOWN_BUTTON
static int
FRAME
static int
LEFT_BUTTON
static int
LOCK
static int
LOCK_GRAPHIC
static int
MAIN
static int
RESET_BUTTON
static int
RIGHT_BUTTON
static int
UNIVERSE
static int
UP_BUTTON
-
Constructor Summary
Constructors Constructor Description DirectionalLock()
-
-
-
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
-
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
-
LOCK_GRAPHIC
public static final int LOCK_GRAPHIC
- See Also:
- Constant Field Values
-
UP_BUTTON
public static final int UP_BUTTON
- See Also:
- Constant Field Values
-
DOWN_BUTTON
public static final int DOWN_BUTTON
- See Also:
- Constant Field Values
-
LEFT_BUTTON
public static final int LEFT_BUTTON
- See Also:
- Constant Field Values
-
RIGHT_BUTTON
public static final int RIGHT_BUTTON
- See Also:
- Constant Field Values
-
COMBINATION_OUTER
public static final int COMBINATION_OUTER
- See Also:
- Constant Field Values
-
COMBINATION_BACK
public static final int COMBINATION_BACK
- See Also:
- Constant Field Values
-
COMBINATION_BORDER
public static final int COMBINATION_BORDER
- See Also:
- Constant Field Values
-
COMBINATION
public static final int COMBINATION
- See Also:
- Constant Field Values
-
RESET_BUTTON
public static final int RESET_BUTTON
- See Also:
- Constant Field Values
-
CONFIRM_BUTTON
public static final int CONFIRM_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
-