Package net.runelite.api.gameval
Class InterfaceID.Smithing
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Smithing
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Smithing extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
_2H
static int
ARROWHEADS
static int
AXE
static int
BATTLEAXE
static int
BOLTS
static int
CHAINBODY
static int
CLAWS
static int
DAGGER
static int
DARTTIPS
static int
FRAME
static int
FULLHELM
static int
KITESHIELD
static int
KNIVES
static int
LIMBS
static int
LONGSWORD
static int
MACE
static int
MAKE_1
static int
MAKE_10
static int
MAKE_5
static int
MAKE_ALL
static int
MAKE_SOME
static int
MAKE_X
static int
MAKEX
static int
MEDHELM
static int
NAILS
static int
OTHER_1
static int
OTHER_2
static int
OTHER_3
static int
PLATEBODY
static int
PLATELEGS
static int
PLATESKIRT
static int
SCIMITAR
static int
SQUARESHIELD
static int
SWORD
static int
UNIVERSE
static int
WARHAMMER
-
Constructor Summary
Constructors Constructor Description Smithing()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
MAKEX
public static final int MAKEX
- See Also:
- Constant Field Values
-
MAKE_1
public static final int MAKE_1
- See Also:
- Constant Field Values
-
MAKE_5
public static final int MAKE_5
- See Also:
- Constant Field Values
-
MAKE_10
public static final int MAKE_10
- See Also:
- Constant Field Values
-
MAKE_X
public static final int MAKE_X
- See Also:
- Constant Field Values
-
MAKE_ALL
public static final int MAKE_ALL
- See Also:
- Constant Field Values
-
MAKE_SOME
public static final int MAKE_SOME
- See Also:
- Constant Field Values
-
DAGGER
public static final int DAGGER
- See Also:
- Constant Field Values
-
SWORD
public static final int SWORD
- See Also:
- Constant Field Values
-
SCIMITAR
public static final int SCIMITAR
- See Also:
- Constant Field Values
-
LONGSWORD
public static final int LONGSWORD
- See Also:
- Constant Field Values
-
_2H
public static final int _2H
- See Also:
- Constant Field Values
-
AXE
public static final int AXE
- See Also:
- Constant Field Values
-
MACE
public static final int MACE
- See Also:
- Constant Field Values
-
WARHAMMER
public static final int WARHAMMER
- See Also:
- Constant Field Values
-
BATTLEAXE
public static final int BATTLEAXE
- See Also:
- Constant Field Values
-
CLAWS
public static final int CLAWS
- See Also:
- Constant Field Values
-
CHAINBODY
public static final int CHAINBODY
- See Also:
- Constant Field Values
-
PLATELEGS
public static final int PLATELEGS
- See Also:
- Constant Field Values
-
PLATESKIRT
public static final int PLATESKIRT
- See Also:
- Constant Field Values
-
PLATEBODY
public static final int PLATEBODY
- See Also:
- Constant Field Values
-
NAILS
public static final int NAILS
- See Also:
- Constant Field Values
-
MEDHELM
public static final int MEDHELM
- See Also:
- Constant Field Values
-
FULLHELM
public static final int FULLHELM
- See Also:
- Constant Field Values
-
SQUARESHIELD
public static final int SQUARESHIELD
- See Also:
- Constant Field Values
-
KITESHIELD
public static final int KITESHIELD
- See Also:
- Constant Field Values
-
OTHER_2
public static final int OTHER_2
- See Also:
- Constant Field Values
-
DARTTIPS
public static final int DARTTIPS
- See Also:
- Constant Field Values
-
ARROWHEADS
public static final int ARROWHEADS
- See Also:
- Constant Field Values
-
KNIVES
public static final int KNIVES
- See Also:
- Constant Field Values
-
OTHER_1
public static final int OTHER_1
- See Also:
- Constant Field Values
-
OTHER_3
public static final int OTHER_3
- See Also:
- Constant Field Values
-
BOLTS
public static final int BOLTS
- See Also:
- Constant Field Values
-
LIMBS
public static final int LIMBS
- See Also:
- Constant Field Values
-
-