Package net.runelite.api.gameval
Class InterfaceID.BrewWaitingRoomOverlay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BrewWaitingRoomOverlay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BrewWaitingRoomOverlay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BLUE_COUNT
static int
CONTENTS
static int
CONTENTS_MODEL0
static int
CONTENTS_TEXT4
static int
DODGER
static int
RED_COUNT
static int
TIME_TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description BrewWaitingRoomOverlay()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- 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
-
RED_COUNT
public static final int RED_COUNT
- See Also:
- Constant Field Values
-
BLUE_COUNT
public static final int BLUE_COUNT
- See Also:
- Constant Field Values
-
TIME_TEXT
public static final int TIME_TEXT
- See Also:
- Constant Field Values
-
CONTENTS_TEXT4
public static final int CONTENTS_TEXT4
- See Also:
- Constant Field Values
-
-