Package net.runelite.api.gameval
Class SpriteID.Wornicons
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.Wornicons
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
_10
static int
_11
static int
_2
static int
_3
static int
_4
static int
_5
static int
_6
static int
_7
static int
_8
static int
_9
static int
AMMUNITION
static int
CAPE
static int
FEET
static int
HANDS
static int
HEAD
static int
LEGS
static int
NECK
static int
RING
static int
SHIELD
static int
TORSO
static int
WEAPON
-
Constructor Summary
Constructors Constructor Description Wornicons()
-
-
-
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
-
_8
public static final int _8
- See Also:
- Constant Field Values
-
_9
public static final int _9
- See Also:
- Constant Field Values
-
_10
public static final int _10
- See Also:
- Constant Field Values
-
_11
public static final int _11
- See Also:
- Constant Field Values
-
HEAD
public static final int HEAD
- See Also:
- Constant Field Values
-
CAPE
public static final int CAPE
- See Also:
- Constant Field Values
-
NECK
public static final int NECK
- See Also:
- Constant Field Values
-
WEAPON
public static final int WEAPON
- See Also:
- Constant Field Values
-
RING
public static final int RING
- See Also:
- Constant Field Values
-
TORSO
public static final int TORSO
- See Also:
- Constant Field Values
-
SHIELD
public static final int SHIELD
- See Also:
- Constant Field Values
-
LEGS
public static final int LEGS
- See Also:
- Constant Field Values
-
HANDS
public static final int HANDS
- See Also:
- Constant Field Values
-
FEET
public static final int FEET
- See Also:
- Constant Field Values
-
AMMUNITION
public static final int AMMUNITION
- See Also:
- Constant Field Values
-
-