Package net.runelite.api.gameval
Class InterfaceID.Killbot
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Killbot
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Killbot extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FRAME
static int
ITEMS
static int
UNIVERSE
static int
UNIVERSE_MODEL1
static int
UNIVERSE_MODEL2
-
Constructor Summary
Constructors Constructor Description Killbot()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL1
public static final int UNIVERSE_MODEL1
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL2
public static final int UNIVERSE_MODEL2
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
-