Class MenuRowQueue
- java.lang.Object
-
- org.dreambot.api.wrappers.widgets.builder.MenuRowQueue
-
@Deprecated public class MenuRowQueue extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MenuRowQueue()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
enabled()
Deprecated.static void
flush()
Deprecated.static void
queue(MenuRow... rows)
Deprecated.
-
-
-
Method Detail
-
queue
public static void queue(MenuRow... rows)
Deprecated.
-
enabled
public static boolean enabled()
Deprecated.
-
flush
public static void flush()
Deprecated.
-
-