Class ChatDialog
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.dialogs.ChatDialog
-
public class ChatDialog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChatDialog.Type
-
Field Summary
Fields Modifier and Type Field Description static intCONTINUE_WITH_SPACE_SEEDstatic java.util.concurrent.atomic.AtomicReference<ChatDialog.Type>opened
-
Constructor Summary
Constructors Constructor Description ChatDialog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RSWidgetgetContinue()static java.util.List<java.lang.String>getOptions()static ChatDialog.TypegetType()static booleanisOpen()static booleanpressContinue()static booleanselectOption(java.lang.String o)
-
-
-
Field Detail
-
opened
public static final java.util.concurrent.atomic.AtomicReference<ChatDialog.Type> opened
-
CONTINUE_WITH_SPACE_SEED
public static int CONTINUE_WITH_SPACE_SEED
-
-
Method Detail
-
isOpen
public static boolean isOpen()
-
getType
public static ChatDialog.Type getType()
-
getContinue
@Nullable public static RSWidget getContinue()
-
pressContinue
public static boolean pressContinue()
-
selectOption
public static boolean selectOption(@Nonnull java.lang.String o)
-
getOptions
@Nonnull public static java.util.List<java.lang.String> getOptions()
-
-