Package net.runelite.api.gameval
Class SpriteID.OsrsStretchSideTopbottom
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.OsrsStretchSideTopbottom
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
BOTTOM_ROW
static int
TOP_ROW
-
Constructor Summary
Constructors Constructor Description OsrsStretchSideTopbottom()
-
-
-
Field Detail
-
_0
public static final int _0
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
TOP_ROW
public static final int TOP_ROW
- See Also:
- Constant Field Values
-
BOTTOM_ROW
public static final int BOTTOM_ROW
- See Also:
- Constant Field Values
-
-