Package net.runelite.api.gameval
Class InterfaceID.ApothecaryPotions
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ApothecaryPotions
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ApothecaryPotions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANTIPOISON
static int
ANTIPOISON_CONTENTS
static int
ANTIPOISON_GFX
static int
ANTIPOISON_PIC
static int
ANTIPOISON_TITLE
static int
ENERGY
static int
ENERGY_CONTENTS
static int
ENERGY_GFX
static int
ENERGY_PIC
static int
ENERGY_TITLE
static int
FRAME
static int
STRENGTH
static int
STRENGTH_CONTENTS
static int
STRENGTH_GFX
static int
STRENGTH_PIC
static int
STRENGTH_TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description ApothecaryPotions()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
STRENGTH
public static final int STRENGTH
- See Also:
- Constant Field Values
-
STRENGTH_GFX
public static final int STRENGTH_GFX
- See Also:
- Constant Field Values
-
STRENGTH_PIC
public static final int STRENGTH_PIC
- See Also:
- Constant Field Values
-
STRENGTH_TITLE
public static final int STRENGTH_TITLE
- See Also:
- Constant Field Values
-
STRENGTH_CONTENTS
public static final int STRENGTH_CONTENTS
- See Also:
- Constant Field Values
-
ENERGY
public static final int ENERGY
- See Also:
- Constant Field Values
-
ENERGY_GFX
public static final int ENERGY_GFX
- See Also:
- Constant Field Values
-
ENERGY_PIC
public static final int ENERGY_PIC
- See Also:
- Constant Field Values
-
ENERGY_TITLE
public static final int ENERGY_TITLE
- See Also:
- Constant Field Values
-
ENERGY_CONTENTS
public static final int ENERGY_CONTENTS
- See Also:
- Constant Field Values
-
ANTIPOISON
public static final int ANTIPOISON
- See Also:
- Constant Field Values
-
ANTIPOISON_GFX
public static final int ANTIPOISON_GFX
- See Also:
- Constant Field Values
-
ANTIPOISON_PIC
public static final int ANTIPOISON_PIC
- See Also:
- Constant Field Values
-
ANTIPOISON_TITLE
public static final int ANTIPOISON_TITLE
- See Also:
- Constant Field Values
-
ANTIPOISON_CONTENTS
public static final int ANTIPOISON_CONTENTS
- See Also:
- Constant Field Values
-
-