Package net.runelite.api.gameval
Class InterfaceID.CombinationLock
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.CombinationLock
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.CombinationLock extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE_BUTTON
static int
CONFIRM_BUTTON
static int
CONTENTS
static int
FRAME
static int
LOCK
static int
MAIN
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description CombinationLock()
-
-
-
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
-
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
-
-