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