Package net.runelite.api.gameval
Class InterfaceID.Prisonpete
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Prisonpete
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Prisonpete extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BALLOON
static int
BALLOON1
static int
CLOSEBUTTON
static int
INFO
static int
PRISON_BARS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Prisonpete()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
PRISON_BARS
public static final int PRISON_BARS
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
BALLOON
public static final int BALLOON
- See Also:
- Constant Field Values
-
BALLOON1
public static final int BALLOON1
- See Also:
- Constant Field Values
-
CLOSEBUTTON
public static final int CLOSEBUTTON
- See Also:
- Constant Field Values
-
-