Package net.runelite.api.gameval
Class InterfaceID.TgodGarden3PackageDiagram
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TgodGarden3PackageDiagram
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TgodGarden3PackageDiagram 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
IMAGE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TgodGarden3PackageDiagram()
-
-
-
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
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-