Class Dialog
java.lang.Object
org.rspeer.game.component.Dialog
Provides operations relating to dialogs
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic ComponentQuerystatic InterfaceComponentstatic Dialog.ModegetMode()static InterfaceCompositegetOpenType(boolean includeChatOptions) Deprecated.static InterfaceComponentstatic StringgetText()static StringgetTitle()static booleanstatic booleanstatic booleanprocess(int chatOptionIndex) static booleanstatic booleanstatic booleanstatic voidsetMode(Dialog.Mode mode)
-
Constructor Details
-
Dialog
public Dialog()
-
-
Method Details
-
getPleaseWaitComponent
-
getContinue
-
canContinue
public static boolean canContinue() -
processContinue
public static boolean processContinue() -
isViewingChatOptions
public static boolean isViewingChatOptions() -
isProcessing
public static boolean isProcessing() -
process
-
process
public static boolean process(int chatOptionIndex) -
getOpenType
Deprecated. -
getTitle
-
getText
-
process
- Parameters:
options- Options to select- Returns:
trueif an option was successfully interacted with or is already being interacted with
-
getChatOptions
-
getMode
-
setMode
-