Package net.runelite.api.gameval
Class InterfaceID.TzhaarFightpit
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TzhaarFightpit
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TzhaarFightpit extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
DODGER
static int
TZHAAR_FIGHTPIT_CHAMPION
static int
TZHAAR_FIGHTPIT_FOES
static int
TZHAAR_FIGHTPIT_REMAINING
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TzhaarFightpit()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TZHAAR_FIGHTPIT_CHAMPION
public static final int TZHAAR_FIGHTPIT_CHAMPION
- See Also:
- Constant Field Values
-
TZHAAR_FIGHTPIT_FOES
public static final int TZHAAR_FIGHTPIT_FOES
- See Also:
- Constant Field Values
-
TZHAAR_FIGHTPIT_REMAINING
public static final int TZHAAR_FIGHTPIT_REMAINING
- See Also:
- Constant Field Values
-
-