Package net.runelite.api.gameval
Class InterfaceID.PohLoading
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PohLoading
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PohLoading extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
UNIVERSE
static int
UNIVERSE_GRAPHIC2
static int
UNIVERSE_RECT0
static int
UNIVERSE_RECT3
static int
UNIVERSE_RECT4
static int
UNIVERSE_TEXT1
-
Constructor Summary
Constructors Constructor Description PohLoading()
-
-
-
Field Detail
-
UNIVERSE_RECT0
public static final int UNIVERSE_RECT0
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT1
public static final int UNIVERSE_TEXT1
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC2
public static final int UNIVERSE_GRAPHIC2
- See Also:
- Constant Field Values
-
UNIVERSE_RECT3
public static final int UNIVERSE_RECT3
- See Also:
- Constant Field Values
-
UNIVERSE_RECT4
public static final int UNIVERSE_RECT4
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
-