Package net.runelite.api.gameval
Class InterfaceID.BondPrompt
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BondPrompt
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BondPrompt extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOND_BUTTON
static int
CLOSE
static int
MODEL_L
static int
MODEL_R
static int
STORE_BUTTON
static int
TEXT_PRIMARY
static int
TEXT_SECONDARY
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description BondPrompt()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
MODEL_L
public static final int MODEL_L
- See Also:
- Constant Field Values
-
MODEL_R
public static final int MODEL_R
- See Also:
- Constant Field Values
-
TEXT_PRIMARY
public static final int TEXT_PRIMARY
- See Also:
- Constant Field Values
-
TEXT_SECONDARY
public static final int TEXT_SECONDARY
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
STORE_BUTTON
public static final int STORE_BUTTON
- See Also:
- Constant Field Values
-
BOND_BUTTON
public static final int BOND_BUTTON
- See Also:
- Constant Field Values
-
-