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 intACTIVITYstatic intBACKGROUNDstatic intCATCHstatic intCONTENTstatic intDODGERstatic intNETstatic intNOSHAKEstatic intTIMEstatic intTRAWLER_LAYERstatic intTRAWLER_LAYER_RECT2static intTRAWLER_LAYER_RECT5static intTRAWLER_LAYER_TEXT0static intTRAWLER_LAYER_TEXT3static intUNIVERSEstatic intWATER
-
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
-
-