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