Package net.runelite.api.gameval
Class InterfaceID.YamaContract
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.YamaContract
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.YamaContract extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CLOSE
static int
CLOSE_ICON
static int
CONTENT
static int
REWARD
static int
REWARD_TEXT
static int
REWARDS
static int
TERM_TEXT1
static int
TERM_TEXT2
static int
TERM_TEXT3
static int
TERM_TEXT4
static int
TERM_TEXT5
static int
TERM_TEXT6
static int
TERMS
static int
TITLE
static int
TITLE_1
static int
TITLE_3
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description YamaContract()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CLOSE_ICON
public static final int CLOSE_ICON
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
TERMS
public static final int TERMS
- See Also:
- Constant Field Values
-
REWARDS
public static final int REWARDS
- See Also:
- Constant Field Values
-
REWARD
public static final int REWARD
- See Also:
- Constant Field Values
-
TITLE_1
public static final int TITLE_1
- See Also:
- Constant Field Values
-
TERM_TEXT1
public static final int TERM_TEXT1
- See Also:
- Constant Field Values
-
TERM_TEXT2
public static final int TERM_TEXT2
- See Also:
- Constant Field Values
-
TERM_TEXT3
public static final int TERM_TEXT3
- See Also:
- Constant Field Values
-
TERM_TEXT4
public static final int TERM_TEXT4
- See Also:
- Constant Field Values
-
TERM_TEXT5
public static final int TERM_TEXT5
- See Also:
- Constant Field Values
-
TERM_TEXT6
public static final int TERM_TEXT6
- See Also:
- Constant Field Values
-
TITLE_3
public static final int TITLE_3
- See Also:
- Constant Field Values
-
REWARD_TEXT
public static final int REWARD_TEXT
- See Also:
- Constant Field Values
-
-