Class Prompt
java.lang.Object
org.rspeer.game.config.item.entry.setup.prompt.Prompt
A cs2 based prompt. Numeric and text prompts use enter input, item uses the item search
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPrompt
(String title, PromptType type) Prompt
(String title, PromptType type, Object... args) -
Method Summary
-
Field Details
-
USE_EXISTING_RUNEPOUCH_CONTENTS
-
RUNEPOUCH_SLOT_1
-
RUNEPOUCH_SLOT_2
-
RUNEPOUCH_SLOT_3
-
RUNEPOUCH_SLOT_4
-
BLOWPIPE_DART
-
-
Constructor Details
-
Prompt
- Parameters:
title
- The title of this prompttype
- The tye of this promptargs
- Args associated with this prompt. For anything usingPromptType.ITEM
, the ID of an EnumDefinition can be passed in to limit the item search if needed
-
Prompt
- Parameters:
title
- The title of this prompttype
- The tye of this prompt
-
-
Method Details