Package net.runelite.api.gameval
Class SpriteID.V2StoneButton
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.V2StoneButton
-
-
Field Summary
Fields Modifier and Type Field Description static int_0static int_1static int_2static int_3static int_4static int_5static int_6static int_7static intBOTTOMstatic intBOTTOM_LEFTstatic intBOTTOM_RIGHTstatic intLEFTstatic intRIGHTstatic intTOPstatic intTOP_LEFTstatic intTOP_RIGHT
-
Constructor Summary
Constructors Constructor Description V2StoneButton()
-
-
-
Field Detail
-
_0
public static final int _0
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
_2
public static final int _2
- See Also:
- Constant Field Values
-
_3
public static final int _3
- See Also:
- Constant Field Values
-
_4
public static final int _4
- See Also:
- Constant Field Values
-
_5
public static final int _5
- See Also:
- Constant Field Values
-
_6
public static final int _6
- See Also:
- Constant Field Values
-
_7
public static final int _7
- See Also:
- Constant Field Values
-
TOP_LEFT
public static final int TOP_LEFT
- See Also:
- Constant Field Values
-
TOP_RIGHT
public static final int TOP_RIGHT
- See Also:
- Constant Field Values
-
BOTTOM_LEFT
public static final int BOTTOM_LEFT
- See Also:
- Constant Field Values
-
BOTTOM_RIGHT
public static final int BOTTOM_RIGHT
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
-