Package net.runelite.api.gameval
Class InterfaceID.TgodGarden4LightDiagram
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TgodGarden4LightDiagram
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TgodGarden4LightDiagram extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENT
static int
CONTENT_TEXT1
static int
CONTENT_TEXT2
static int
CONTENT_TEXT3
static int
CONTENT_TEXT4
static int
IMAGE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TgodGarden4LightDiagram()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
IMAGE
public static final int IMAGE
- See Also:
- Constant Field Values
-
CONTENT_TEXT1
public static final int CONTENT_TEXT1
- See Also:
- Constant Field Values
-
CONTENT_TEXT2
public static final int CONTENT_TEXT2
- See Also:
- Constant Field Values
-
CONTENT_TEXT3
public static final int CONTENT_TEXT3
- See Also:
- Constant Field Values
-
CONTENT_TEXT4
public static final int CONTENT_TEXT4
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-