Package net.runelite.api.gameval
Class InterfaceID.Gnomeball
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Gnomeball
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Gnomeball extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENTS
static int
CONTENTS_RECT0
static int
CONTENTS_TEXT1
static int
DODGER
static int
OUTPUT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Gnomeball()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
CONTENTS_RECT0
public static final int CONTENTS_RECT0
- See Also:
- Constant Field Values
-
CONTENTS_TEXT1
public static final int CONTENTS_TEXT1
- See Also:
- Constant Field Values
-
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
-
-