Package net.runelite.api.gameval
Class InterfaceID.KillLog
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.KillLog
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.KillLog extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
BARS
static int
CANCEL_GFX
static int
CANCEL_RESET
static int
CONFIRM_BACK
static int
CONFIRM_GFX
static int
CONFIRM_RESET
static int
CONFIRMATION_BACKING
static int
CONFIRMATION_BORDER
static int
CONFIRMATION_BORDER_1
static int
CONFIRMATION_LAYER
static int
CONTENTS
static int
GREY
static int
INTERFACE_TITLE
static int
KILL
static int
NAME
static int
NAME_TITLE
static int
NOCLICK
static int
RESET
static int
RESET_TEXT
static int
SCROLLBAR
static int
SCROLLING
static int
SCROLLING_RECT0
static int
SCROLLING_RECT1
static int
SCROLLING_RECT2
static int
STREAK
static int
STREAK_TITLE
static int
TOTAL_TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description KillLog()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
INTERFACE_TITLE
public static final int INTERFACE_TITLE
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
SCROLLING
public static final int SCROLLING
- See Also:
- Constant Field Values
-
SCROLLING_RECT0
public static final int SCROLLING_RECT0
- See Also:
- Constant Field Values
-
SCROLLING_RECT1
public static final int SCROLLING_RECT1
- See Also:
- Constant Field Values
-
SCROLLING_RECT2
public static final int SCROLLING_RECT2
- See Also:
- Constant Field Values
-
NAME_TITLE
public static final int NAME_TITLE
- See Also:
- Constant Field Values
-
TOTAL_TITLE
public static final int TOTAL_TITLE
- See Also:
- Constant Field Values
-
STREAK_TITLE
public static final int STREAK_TITLE
- See Also:
- Constant Field Values
-
BARS
public static final int BARS
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
KILL
public static final int KILL
- See Also:
- Constant Field Values
-
STREAK
public static final int STREAK
- See Also:
- Constant Field Values
-
RESET
public static final int RESET
- See Also:
- Constant Field Values
-
NOCLICK
public static final int NOCLICK
- See Also:
- Constant Field Values
-
GREY
public static final int GREY
- See Also:
- Constant Field Values
-
CONFIRMATION_LAYER
public static final int CONFIRMATION_LAYER
- See Also:
- Constant Field Values
-
CONFIRM_BACK
public static final int CONFIRM_BACK
- See Also:
- Constant Field Values
-
CONFIRMATION_BACKING
public static final int CONFIRMATION_BACKING
- See Also:
- Constant Field Values
-
CONFIRMATION_BORDER_1
public static final int CONFIRMATION_BORDER_1
- See Also:
- Constant Field Values
-
CONFIRMATION_BORDER
public static final int CONFIRMATION_BORDER
- See Also:
- Constant Field Values
-
RESET_TEXT
public static final int RESET_TEXT
- See Also:
- Constant Field Values
-
CONFIRM_RESET
public static final int CONFIRM_RESET
- See Also:
- Constant Field Values
-
CONFIRM_GFX
public static final int CONFIRM_GFX
- See Also:
- Constant Field Values
-
CANCEL_RESET
public static final int CANCEL_RESET
- See Also:
- Constant Field Values
-
CANCEL_GFX
public static final int CANCEL_GFX
- See Also:
- Constant Field Values
-
-