Package net.runelite.api.gameval
Class InterfaceID.BondConvert
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BondConvert
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BondConvert extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
A
static int
ACCEPT
static int
B
static int
C
static int
CANCEL
static int
CLAMP
static int
CONTENTS
static int
D
static int
E
static int
FADER
static int
FRAME
static int
RIGHT
static int
RIGHT_CONTAINER
static int
RIGHT_CONTAINER_GRAPHIC0
static int
UNIVERSE
static int
WINDOW
-
Constructor Summary
Constructors Constructor Description BondConvert()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CLAMP
public static final int CLAMP
- See Also:
- Constant Field Values
-
FADER
public static final int FADER
- See Also:
- Constant Field Values
-
WINDOW
public static final int WINDOW
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
RIGHT_CONTAINER
public static final int RIGHT_CONTAINER
- See Also:
- Constant Field Values
-
RIGHT_CONTAINER_GRAPHIC0
public static final int RIGHT_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
A
public static final int A
- See Also:
- Constant Field Values
-
B
public static final int B
- See Also:
- Constant Field Values
-
C
public static final int C
- See Also:
- Constant Field Values
-
D
public static final int D
- See Also:
- Constant Field Values
-
E
public static final int E
- See Also:
- Constant Field Values
-
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
-
ACCEPT
public static final int ACCEPT
- See Also:
- Constant Field Values
-
-