Package net.runelite.api.gameval
Class InterfaceID.PogPoster04
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PogPoster04
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PogPoster04 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FADE
static int
NOCLICK
static int
UNIVERSE
static int
UNIVERSE_MODEL2
static int
UNIVERSE_MODEL3
static int
UNIVERSE_RECT1
-
Constructor Summary
Constructors Constructor Description PogPoster04()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
NOCLICK
public static final int NOCLICK
- See Also:
- Constant Field Values
-
UNIVERSE_RECT1
public static final int UNIVERSE_RECT1
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL2
public static final int UNIVERSE_MODEL2
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL3
public static final int UNIVERSE_MODEL3
- See Also:
- Constant Field Values
-
FADE
public static final int FADE
- See Also:
- Constant Field Values
-
-