Package net.runelite.api.gameval
Class InterfaceID.SilverCrafting
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SilverCrafting
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SilverCrafting extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AGRITH_SIGIL
static int
AMULETS
static int
BRACELETS
static int
CONTENT
static int
CROSSBOW_BOLT
static int
FRAME
static int
HOLY_SYMBOL
static int
IVANDIS
static int
JADE_AMULET
static int
JADE_BRACELET
static int
JADE_NECKLACE
static int
JADE_RING
static int
JEWELLERY
static int
LIGHTNING_ROD
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
MISCELLANEOUS
static int
NECKLACES
static int
OPAL_AMULET
static int
OPAL_BRACELET
static int
OPAL_NECKLACE
static int
OPAL_RING
static int
RINGS
static int
SICKLE
static int
TIARA
static int
TOPAZ_AMULET
static int
TOPAZ_BRACELET
static int
TOPAZ_NECKLACE
static int
TOPAZ_RING
static int
UNHOLY_SYMBOL
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC1
static int
UNIVERSE_GRAPHIC2
-
Constructor Summary
Constructors Constructor Description SilverCrafting()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC1
public static final int UNIVERSE_GRAPHIC1
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC2
public static final int UNIVERSE_GRAPHIC2
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
JEWELLERY
public static final int JEWELLERY
- See Also:
- Constant Field Values
-
RINGS
public static final int RINGS
- See Also:
- Constant Field Values
-
OPAL_RING
public static final int OPAL_RING
- See Also:
- Constant Field Values
-
JADE_RING
public static final int JADE_RING
- See Also:
- Constant Field Values
-
TOPAZ_RING
public static final int TOPAZ_RING
- See Also:
- Constant Field Values
-
NECKLACES
public static final int NECKLACES
- See Also:
- Constant Field Values
-
OPAL_NECKLACE
public static final int OPAL_NECKLACE
- See Also:
- Constant Field Values
-
JADE_NECKLACE
public static final int JADE_NECKLACE
- See Also:
- Constant Field Values
-
TOPAZ_NECKLACE
public static final int TOPAZ_NECKLACE
- See Also:
- Constant Field Values
-
AMULETS
public static final int AMULETS
- See Also:
- Constant Field Values
-
OPAL_AMULET
public static final int OPAL_AMULET
- See Also:
- Constant Field Values
-
JADE_AMULET
public static final int JADE_AMULET
- See Also:
- Constant Field Values
-
TOPAZ_AMULET
public static final int TOPAZ_AMULET
- See Also:
- Constant Field Values
-
BRACELETS
public static final int BRACELETS
- See Also:
- Constant Field Values
-
OPAL_BRACELET
public static final int OPAL_BRACELET
- See Also:
- Constant Field Values
-
JADE_BRACELET
public static final int JADE_BRACELET
- See Also:
- Constant Field Values
-
TOPAZ_BRACELET
public static final int TOPAZ_BRACELET
- See Also:
- Constant Field Values
-
MISCELLANEOUS
public static final int MISCELLANEOUS
- See Also:
- Constant Field Values
-
HOLY_SYMBOL
public static final int HOLY_SYMBOL
- See Also:
- Constant Field Values
-
UNHOLY_SYMBOL
public static final int UNHOLY_SYMBOL
- See Also:
- Constant Field Values
-
SICKLE
public static final int SICKLE
- See Also:
- Constant Field Values
-
LIGHTNING_ROD
public static final int LIGHTNING_ROD
- See Also:
- Constant Field Values
-
CROSSBOW_BOLT
public static final int CROSSBOW_BOLT
- See Also:
- Constant Field Values
-
TIARA
public static final int TIARA
- See Also:
- Constant Field Values
-
IVANDIS
public static final int IVANDIS
- See Also:
- Constant Field Values
-
AGRITH_SIGIL
public static final int AGRITH_SIGIL
- 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
-
-