Package net.runelite.api.gameval
Class InterfaceID.FossilPool
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.FossilPool
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.FossilPool extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CALCIUM_BAR
static int
CALCIUM_BUTTON
static int
CALCIUM_LAYER
static int
CALCIUM_LAYER_RECT1
static int
CALCIUM_TEXT
static int
CLOSE
static int
LARGE
static int
LARGE_GFX
static int
LARGE_TEXT
static int
MEDIUM
static int
MEDIUM_GFX
static int
MEDIUM_TEXT
static int
PHOSPHATE_BAR
static int
PHOSPHATE_BUTTON
static int
PHOSPHATE_LAYER
static int
PHOSPHATE_LAYER_RECT1
static int
PHOSPHATE_TEXT
static int
PLANT
static int
PLANT_GFX
static int
PLANT_TEXT
static int
POOL_BAR
static int
POOL_STATUS
static int
POOL_STATUS_RECT2
static int
POOL_TEXT
static int
RARE
static int
RARE_GFX
static int
RARE_TEXT
static int
SMALL
static int
SMALL_GFX
static int
SMALL_TEXT
static int
STATUS
static int
UNID
static int
UNID_GFX
static int
UNID_TEXT
static int
UNIVERSE
static int
UNIVERSE_TEXT2
-
Constructor Summary
Constructors Constructor Description FossilPool()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT2
public static final int UNIVERSE_TEXT2
- See Also:
- Constant Field Values
-
SMALL
public static final int SMALL
- See Also:
- Constant Field Values
-
SMALL_TEXT
public static final int SMALL_TEXT
- See Also:
- Constant Field Values
-
SMALL_GFX
public static final int SMALL_GFX
- See Also:
- Constant Field Values
-
MEDIUM
public static final int MEDIUM
- See Also:
- Constant Field Values
-
MEDIUM_TEXT
public static final int MEDIUM_TEXT
- See Also:
- Constant Field Values
-
MEDIUM_GFX
public static final int MEDIUM_GFX
- See Also:
- Constant Field Values
-
LARGE
public static final int LARGE
- See Also:
- Constant Field Values
-
LARGE_TEXT
public static final int LARGE_TEXT
- See Also:
- Constant Field Values
-
LARGE_GFX
public static final int LARGE_GFX
- See Also:
- Constant Field Values
-
PLANT
public static final int PLANT
- See Also:
- Constant Field Values
-
PLANT_TEXT
public static final int PLANT_TEXT
- See Also:
- Constant Field Values
-
PLANT_GFX
public static final int PLANT_GFX
- See Also:
- Constant Field Values
-
UNID
public static final int UNID
- See Also:
- Constant Field Values
-
UNID_TEXT
public static final int UNID_TEXT
- See Also:
- Constant Field Values
-
UNID_GFX
public static final int UNID_GFX
- See Also:
- Constant Field Values
-
RARE
public static final int RARE
- See Also:
- Constant Field Values
-
RARE_TEXT
public static final int RARE_TEXT
- See Also:
- Constant Field Values
-
RARE_GFX
public static final int RARE_GFX
- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
CALCIUM_BUTTON
public static final int CALCIUM_BUTTON
- See Also:
- Constant Field Values
-
CALCIUM_TEXT
public static final int CALCIUM_TEXT
- See Also:
- Constant Field Values
-
CALCIUM_LAYER
public static final int CALCIUM_LAYER
- See Also:
- Constant Field Values
-
CALCIUM_BAR
public static final int CALCIUM_BAR
- See Also:
- Constant Field Values
-
CALCIUM_LAYER_RECT1
public static final int CALCIUM_LAYER_RECT1
- See Also:
- Constant Field Values
-
PHOSPHATE_BUTTON
public static final int PHOSPHATE_BUTTON
- See Also:
- Constant Field Values
-
PHOSPHATE_TEXT
public static final int PHOSPHATE_TEXT
- See Also:
- Constant Field Values
-
PHOSPHATE_LAYER
public static final int PHOSPHATE_LAYER
- See Also:
- Constant Field Values
-
PHOSPHATE_BAR
public static final int PHOSPHATE_BAR
- See Also:
- Constant Field Values
-
PHOSPHATE_LAYER_RECT1
public static final int PHOSPHATE_LAYER_RECT1
- See Also:
- Constant Field Values
-
POOL_STATUS
public static final int POOL_STATUS
- See Also:
- Constant Field Values
-
POOL_BAR
public static final int POOL_BAR
- See Also:
- Constant Field Values
-
POOL_TEXT
public static final int POOL_TEXT
- See Also:
- Constant Field Values
-
POOL_STATUS_RECT2
public static final int POOL_STATUS_RECT2
- See Also:
- Constant Field Values
-
-