Package org.rspeer.game.gameval
Class InterfaceId.AdventurepathReward
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.AdventurepathReward
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.AdventurepathReward extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTENTstatic intFRAMEstatic intITEM_HOLDERstatic intSCROLLBARstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description AdventurepathReward()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
ITEM_HOLDER
public static final int ITEM_HOLDER
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
-