Package net.runelite.api.gameval
Class DBTableID.TorsoStyles.Row
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.TorsoStyles.Row
-
- Enclosing class:
- DBTableID.TorsoStyles
public static final class DBTableID.TorsoStyles.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
TORSO_BODICE
static int
TORSO_CORSETRY
static int
TORSO_CROP_TOP
static int
TORSO_CUFFED_SHIRT
static int
TORSO_DARK_BUTTONS
static int
TORSO_FRILLY
static int
TORSO_JACKET
static int
TORSO_LIGHT_BUTTONS
static int
TORSO_PLAIN
static int
TORSO_POLO_NECK
static int
TORSO_PRINCELY
static int
TORSO_RIPPED_WESKIT
static int
TORSO_SHIRT
static int
TORSO_SIMPLE
static int
TORSO_STITCHING
static int
TORSO_SWEATER
static int
TORSO_TORN
static int
TORSO_TORN_WESKIT
static int
TORSO_TWO_TONED
static int
TORSO_VEST
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
TORSO_PLAIN
public static final int TORSO_PLAIN
- See Also:
- Constant Field Values
-
TORSO_TORN
public static final int TORSO_TORN
- See Also:
- Constant Field Values
-
TORSO_SWEATER
public static final int TORSO_SWEATER
- See Also:
- Constant Field Values
-
TORSO_CUFFED_SHIRT
public static final int TORSO_CUFFED_SHIRT
- See Also:
- Constant Field Values
-
TORSO_VEST
public static final int TORSO_VEST
- See Also:
- Constant Field Values
-
TORSO_LIGHT_BUTTONS
public static final int TORSO_LIGHT_BUTTONS
- See Also:
- Constant Field Values
-
TORSO_DARK_BUTTONS
public static final int TORSO_DARK_BUTTONS
- See Also:
- Constant Field Values
-
TORSO_JACKET
public static final int TORSO_JACKET
- See Also:
- Constant Field Values
-
TORSO_SHIRT
public static final int TORSO_SHIRT
- See Also:
- Constant Field Values
-
TORSO_STITCHING
public static final int TORSO_STITCHING
- See Also:
- Constant Field Values
-
TORSO_TWO_TONED
public static final int TORSO_TWO_TONED
- See Also:
- Constant Field Values
-
TORSO_PRINCELY
public static final int TORSO_PRINCELY
- See Also:
- Constant Field Values
-
TORSO_RIPPED_WESKIT
public static final int TORSO_RIPPED_WESKIT
- See Also:
- Constant Field Values
-
TORSO_TORN_WESKIT
public static final int TORSO_TORN_WESKIT
- See Also:
- Constant Field Values
-
TORSO_CROP_TOP
public static final int TORSO_CROP_TOP
- See Also:
- Constant Field Values
-
TORSO_POLO_NECK
public static final int TORSO_POLO_NECK
- See Also:
- Constant Field Values
-
TORSO_SIMPLE
public static final int TORSO_SIMPLE
- See Also:
- Constant Field Values
-
TORSO_FRILLY
public static final int TORSO_FRILLY
- See Also:
- Constant Field Values
-
TORSO_CORSETRY
public static final int TORSO_CORSETRY
- See Also:
- Constant Field Values
-
TORSO_BODICE
public static final int TORSO_BODICE
- See Also:
- Constant Field Values
-
-