Package net.runelite.api.gameval
Class InterfaceID.MagictrainingMain
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MagictrainingMain
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MagictrainingMain extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENTS
static int
CONTENTS_MODEL0
static int
DODGER
static int
MAGICTRAIN_ALCH_POINTS
static int
MAGICTRAIN_ALCH_TITLE
static int
MAGICTRAIN_ARROW1
static int
MAGICTRAIN_ARROW2
static int
MAGICTRAIN_ARROW3
static int
MAGICTRAIN_ARROW4
static int
MAGICTRAIN_ARROW5
static int
MAGICTRAIN_ENCH_POINTS
static int
MAGICTRAIN_ENCH_TITLE
static int
MAGICTRAIN_GRAVE_POINTS
static int
MAGICTRAIN_GRAVE_TITLE
static int
MAGICTRAIN_LAY1
static int
MAGICTRAIN_LAY2
static int
MAGICTRAIN_LAY3
static int
MAGICTRAIN_LAY4
static int
MAGICTRAIN_LAY5
static int
MAGICTRAIN_TELE_POINTS
static int
MAGICTRAIN_TELE_TITLE
static int
MAGICTRAIN_TITLE
static int
MAGIGTRAIN_SUBTITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description MagictrainingMain()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
CONTENTS_MODEL0
public static final int CONTENTS_MODEL0
- See Also:
- Constant Field Values
-
MAGICTRAIN_TITLE
public static final int MAGICTRAIN_TITLE
- See Also:
- Constant Field Values
-
MAGIGTRAIN_SUBTITLE
public static final int MAGIGTRAIN_SUBTITLE
- See Also:
- Constant Field Values
-
MAGICTRAIN_TELE_TITLE
public static final int MAGICTRAIN_TELE_TITLE
- See Also:
- Constant Field Values
-
MAGICTRAIN_ALCH_TITLE
public static final int MAGICTRAIN_ALCH_TITLE
- See Also:
- Constant Field Values
-
MAGICTRAIN_ENCH_TITLE
public static final int MAGICTRAIN_ENCH_TITLE
- See Also:
- Constant Field Values
-
MAGICTRAIN_GRAVE_TITLE
public static final int MAGICTRAIN_GRAVE_TITLE
- See Also:
- Constant Field Values
-
MAGICTRAIN_TELE_POINTS
public static final int MAGICTRAIN_TELE_POINTS
- See Also:
- Constant Field Values
-
MAGICTRAIN_ALCH_POINTS
public static final int MAGICTRAIN_ALCH_POINTS
- See Also:
- Constant Field Values
-
MAGICTRAIN_ENCH_POINTS
public static final int MAGICTRAIN_ENCH_POINTS
- See Also:
- Constant Field Values
-
MAGICTRAIN_GRAVE_POINTS
public static final int MAGICTRAIN_GRAVE_POINTS
- See Also:
- Constant Field Values
-
MAGICTRAIN_LAY1
public static final int MAGICTRAIN_LAY1
- See Also:
- Constant Field Values
-
MAGICTRAIN_LAY2
public static final int MAGICTRAIN_LAY2
- See Also:
- Constant Field Values
-
MAGICTRAIN_LAY3
public static final int MAGICTRAIN_LAY3
- See Also:
- Constant Field Values
-
MAGICTRAIN_LAY4
public static final int MAGICTRAIN_LAY4
- See Also:
- Constant Field Values
-
MAGICTRAIN_LAY5
public static final int MAGICTRAIN_LAY5
- See Also:
- Constant Field Values
-
MAGICTRAIN_ARROW1
public static final int MAGICTRAIN_ARROW1
- See Also:
- Constant Field Values
-
MAGICTRAIN_ARROW2
public static final int MAGICTRAIN_ARROW2
- See Also:
- Constant Field Values
-
MAGICTRAIN_ARROW3
public static final int MAGICTRAIN_ARROW3
- See Also:
- Constant Field Values
-
MAGICTRAIN_ARROW4
public static final int MAGICTRAIN_ARROW4
- See Also:
- Constant Field Values
-
MAGICTRAIN_ARROW5
public static final int MAGICTRAIN_ARROW5
- See Also:
- Constant Field Values
-
-