Package net.runelite.api.gameval
Class SpriteID.Steelborder
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.Steelborder
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
_2
static int
_3
static int
BOTTOM_LEFT
static int
BOTTOM_RIGHT
static int
TOP_LEFT
static int
TOP_RIGHT
-
Constructor Summary
Constructors Constructor Description Steelborder()
-
-
-
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
-
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
-
-