Package net.runelite.api.gameval
Class InterfaceID.TrawlerOverlay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TrawlerOverlay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TrawlerOverlay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTIVITY
static int
BACKGROUND
static int
CATCH
static int
CONTENT
static int
DODGER
static int
NET
static int
NOSHAKE
static int
TIME
static int
TRAWLER_LAYER
static int
TRAWLER_LAYER_RECT2
static int
TRAWLER_LAYER_RECT5
static int
TRAWLER_LAYER_TEXT0
static int
TRAWLER_LAYER_TEXT3
static int
UNIVERSE
static int
WATER
-
Constructor Summary
Constructors Constructor Description TrawlerOverlay()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
NOSHAKE
public static final int NOSHAKE
- See Also:
- Constant Field Values
-
TRAWLER_LAYER
public static final int TRAWLER_LAYER
- See Also:
- Constant Field Values
-
TRAWLER_LAYER_TEXT0
public static final int TRAWLER_LAYER_TEXT0
- See Also:
- Constant Field Values
-
WATER
public static final int WATER
- See Also:
- Constant Field Values
-
TRAWLER_LAYER_RECT2
public static final int TRAWLER_LAYER_RECT2
- See Also:
- Constant Field Values
-
TRAWLER_LAYER_TEXT3
public static final int TRAWLER_LAYER_TEXT3
- See Also:
- Constant Field Values
-
ACTIVITY
public static final int ACTIVITY
- See Also:
- Constant Field Values
-
TRAWLER_LAYER_RECT5
public static final int TRAWLER_LAYER_RECT5
- See Also:
- Constant Field Values
-
NET
public static final int NET
- See Also:
- Constant Field Values
-
CATCH
public static final int CATCH
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
-