Package net.runelite.api.gameval
Class InterfaceID.Bugreport
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Bugreport
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Bugreport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACK
static int
CONTENTS
static int
CONTINUE
static int
DESCRIPTION
static int
DESCRIPTION_GRAPHIC0
static int
DESCRIPTION_SCROLLBAR
static int
DESCRIPTION_TEXT
static int
FORM
static int
FORM_REPRO
static int
FORM_REPRO_TEXT0
static int
FORM_TEXT0
static int
FRAME
static int
HOME
static int
INFO
static int
INFO_GRAPHIC0
static int
INFO_SCROLLBAR
static int
INFO_TEXT
static int
INTRODUCTION
static int
INTRODUCTION_TEXT0
static int
NEXT
static int
REPRODUCTION
static int
REPRODUCTION_GRAPHIC0
static int
REPRODUCTION_SCROLLBAR
static int
REPRODUCTION_TEXT
static int
SUBMIT
static int
SUPPORT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Bugreport()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- 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
-
INTRODUCTION
public static final int INTRODUCTION
- See Also:
- Constant Field Values
-
INTRODUCTION_TEXT0
public static final int INTRODUCTION_TEXT0
- See Also:
- Constant Field Values
-
SUPPORT
public static final int SUPPORT
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
INFO_GRAPHIC0
public static final int INFO_GRAPHIC0
- See Also:
- Constant Field Values
-
INFO_TEXT
public static final int INFO_TEXT
- See Also:
- Constant Field Values
-
INFO_SCROLLBAR
public static final int INFO_SCROLLBAR
- See Also:
- Constant Field Values
-
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
-
FORM
public static final int FORM
- See Also:
- Constant Field Values
-
FORM_TEXT0
public static final int FORM_TEXT0
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final int DESCRIPTION
- See Also:
- Constant Field Values
-
DESCRIPTION_GRAPHIC0
public static final int DESCRIPTION_GRAPHIC0
- See Also:
- Constant Field Values
-
DESCRIPTION_TEXT
public static final int DESCRIPTION_TEXT
- See Also:
- Constant Field Values
-
DESCRIPTION_SCROLLBAR
public static final int DESCRIPTION_SCROLLBAR
- See Also:
- Constant Field Values
-
FORM_REPRO
public static final int FORM_REPRO
- See Also:
- Constant Field Values
-
FORM_REPRO_TEXT0
public static final int FORM_REPRO_TEXT0
- See Also:
- Constant Field Values
-
REPRODUCTION
public static final int REPRODUCTION
- See Also:
- Constant Field Values
-
REPRODUCTION_GRAPHIC0
public static final int REPRODUCTION_GRAPHIC0
- See Also:
- Constant Field Values
-
REPRODUCTION_TEXT
public static final int REPRODUCTION_TEXT
- See Also:
- Constant Field Values
-
REPRODUCTION_SCROLLBAR
public static final int REPRODUCTION_SCROLLBAR
- See Also:
- Constant Field Values
-
SUBMIT
public static final int SUBMIT
- See Also:
- Constant Field Values
-
BACK
public static final int BACK
- See Also:
- Constant Field Values
-
HOME
public static final int HOME
- See Also:
- Constant Field Values
-
NEXT
public static final int NEXT
- See Also:
- Constant Field Values
-
-