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 intUNIVERSEstatic intUNIVERSE_GRAPHIC2static intUNIVERSE_RECT0static intUNIVERSE_RECT3static intUNIVERSE_RECT4static intUNIVERSE_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
-
-