Package net.runelite.api.gameval
Class InterfaceID.SlayerPartner
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SlayerPartner
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SlayerPartner extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTON
static int
BUTTON_GFX
static int
CONTENTS
static int
CONTENTS_MODEL0
static int
EXPLANATION
static int
FRAME
static int
NAME
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description SlayerPartner()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
CONTENTS_MODEL0
public static final int CONTENTS_MODEL0
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
EXPLANATION
public static final int EXPLANATION
- See Also:
- Constant Field Values
-
BUTTON_GFX
public static final int BUTTON_GFX
- See Also:
- Constant Field Values
-
BUTTON
public static final int BUTTON
- See Also:
- Constant Field Values
-
-