Package net.runelite.api.gameval
Class InterfaceID.HorrorMetaldoor
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.HorrorMetaldoor
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.HorrorMetaldoor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
HORROR_AIR
static int
HORROR_EARTH
static int
HORROR_FIRE
static int
HORROR_MELEE
static int
HORROR_RANGING
static int
HORROR_WATER
static int
ROOT_GRAPHIC8
static int
ROOT_MODEL1
static int
ROOT_RECT0
-
Constructor Summary
Constructors Constructor Description HorrorMetaldoor()
-
-
-
Field Detail
-
ROOT_RECT0
public static final int ROOT_RECT0
- See Also:
- Constant Field Values
-
ROOT_MODEL1
public static final int ROOT_MODEL1
- See Also:
- Constant Field Values
-
HORROR_FIRE
public static final int HORROR_FIRE
- See Also:
- Constant Field Values
-
HORROR_AIR
public static final int HORROR_AIR
- See Also:
- Constant Field Values
-
HORROR_EARTH
public static final int HORROR_EARTH
- See Also:
- Constant Field Values
-
HORROR_WATER
public static final int HORROR_WATER
- See Also:
- Constant Field Values
-
HORROR_RANGING
public static final int HORROR_RANGING
- See Also:
- Constant Field Values
-
HORROR_MELEE
public static final int HORROR_MELEE
- See Also:
- Constant Field Values
-
ROOT_GRAPHIC8
public static final int ROOT_GRAPHIC8
- See Also:
- Constant Field Values
-
-