Package org.rspeer.game.gameval
Class InterfaceId.AccountSummarySidepanel
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.AccountSummarySidepanel
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.AccountSummarySidepanel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intSUMMARY_CLICK_LAYERstatic intSUMMARY_CONTENTSstatic intSUMMARY_PLAYER_NAMEstatic intUNIVERSE
-
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
-
-