Package net.runelite.api.gameval
Class InterfaceID.WarguildDummy
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.WarguildDummy
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.WarguildDummy extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCURATE
static int
ACCURATE_DUMMY
static int
AGGRESSIVE
static int
AGGRESSIVE_DUMMY
static int
BACKGROUND
static int
BODY
static int
CLOSE
static int
CONTROLLED
static int
CONTROLLED_DUMMY
static int
CRUSH
static int
CRUSH_DUMMY
static int
DEFENSIVE
static int
DEFENSIVE_DUMMY
static int
SLASH
static int
SLASH_DUMMY
static int
STAB
static int
STAB_DUMMY
static int
TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description WarguildDummy()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
ACCURATE_DUMMY
public static final int ACCURATE_DUMMY
- See Also:
- Constant Field Values
-
SLASH_DUMMY
public static final int SLASH_DUMMY
- See Also:
- Constant Field Values
-
AGGRESSIVE_DUMMY
public static final int AGGRESSIVE_DUMMY
- See Also:
- Constant Field Values
-
CONTROLLED_DUMMY
public static final int CONTROLLED_DUMMY
- See Also:
- Constant Field Values
-
CRUSH_DUMMY
public static final int CRUSH_DUMMY
- See Also:
- Constant Field Values
-
STAB_DUMMY
public static final int STAB_DUMMY
- See Also:
- Constant Field Values
-
DEFENSIVE_DUMMY
public static final int DEFENSIVE_DUMMY
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
ACCURATE
public static final int ACCURATE
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
-
AGGRESSIVE
public static final int AGGRESSIVE
- See Also:
- Constant Field Values
-
CONTROLLED
public static final int CONTROLLED
- See Also:
- Constant Field Values
-
CRUSH
public static final int CRUSH
- See Also:
- Constant Field Values
-
STAB
public static final int STAB
- See Also:
- Constant Field Values
-
DEFENSIVE
public static final int DEFENSIVE
- See Also:
- Constant Field Values
-
BODY
public static final int BODY
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-