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