Package net.runelite.api.gameval
Class InterfaceID.DwarfRockCannon
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DwarfRockCannon
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DwarfRockCannon extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DWARF_ROCK_BACKING
static int
DWARF_ROCK_FADE_LAYER
static int
DWARF_ROCK_FADE_MODEL
static int
DWARF_ROCK_FRONT
static int
DWARF_ROCK_HEAD
static int
DWARF_ROCK_RECTANGLE
static int
DWARF_ROCK_ZOOM_NPCHEAD
static int
DWARF_ROCK_ZOOM_NPCLAYER
static int
DWARF_ROCK_ZOOM_NPCNAME
static int
DWARF_ROCK_ZOOM_NPCTXT
static int
DWARF_ROCK_ZOOM_PLAYERLAYER
static int
DWARF_ROCK_ZOOM_PLAYERTXT
-
Constructor Summary
Constructors Constructor Description DwarfRockCannon()
-
-
-
Field Detail
-
DWARF_ROCK_RECTANGLE
public static final int DWARF_ROCK_RECTANGLE
- See Also:
- Constant Field Values
-
DWARF_ROCK_BACKING
public static final int DWARF_ROCK_BACKING
- See Also:
- Constant Field Values
-
DWARF_ROCK_HEAD
public static final int DWARF_ROCK_HEAD
- See Also:
- Constant Field Values
-
DWARF_ROCK_FRONT
public static final int DWARF_ROCK_FRONT
- See Also:
- Constant Field Values
-
DWARF_ROCK_ZOOM_NPCNAME
public static final int DWARF_ROCK_ZOOM_NPCNAME
- See Also:
- Constant Field Values
-
DWARF_ROCK_ZOOM_NPCTXT
public static final int DWARF_ROCK_ZOOM_NPCTXT
- See Also:
- Constant Field Values
-
DWARF_ROCK_ZOOM_NPCHEAD
public static final int DWARF_ROCK_ZOOM_NPCHEAD
- See Also:
- Constant Field Values
-
DWARF_ROCK_ZOOM_PLAYERTXT
public static final int DWARF_ROCK_ZOOM_PLAYERTXT
- See Also:
- Constant Field Values
-
DWARF_ROCK_ZOOM_NPCLAYER
public static final int DWARF_ROCK_ZOOM_NPCLAYER
- See Also:
- Constant Field Values
-
DWARF_ROCK_ZOOM_PLAYERLAYER
public static final int DWARF_ROCK_ZOOM_PLAYERLAYER
- See Also:
- Constant Field Values
-
DWARF_ROCK_FADE_LAYER
public static final int DWARF_ROCK_FADE_LAYER
- See Also:
- Constant Field Values
-
DWARF_ROCK_FADE_MODEL
public static final int DWARF_ROCK_FADE_MODEL
- See Also:
- Constant Field Values
-
-