Class Prompt
- java.lang.Object
-
- org.rspeer.game.config.item.entry.setup.prompt.Prompt
-
public class Prompt extends Object
A cs2 based prompt. Numeric and text prompts use enter input, item uses the item search
-
-
Field Summary
Fields Modifier and Type Field Description static Prompt
BLOWPIPE_DART
static Prompt
RUNEPOUCH_SLOT_1
static Prompt
RUNEPOUCH_SLOT_2
static Prompt
RUNEPOUCH_SLOT_3
static Prompt
RUNEPOUCH_SLOT_4
static Prompt
USE_EXISTING_RUNEPOUCH_CONTENTS
-
Constructor Summary
Constructors Constructor Description Prompt(String title, PromptType type)
Prompt(String title, PromptType type, Object... args)
-
-
-
Field Detail
-
USE_EXISTING_RUNEPOUCH_CONTENTS
public static final Prompt USE_EXISTING_RUNEPOUCH_CONTENTS
-
RUNEPOUCH_SLOT_1
public static final Prompt RUNEPOUCH_SLOT_1
-
RUNEPOUCH_SLOT_2
public static final Prompt RUNEPOUCH_SLOT_2
-
RUNEPOUCH_SLOT_3
public static final Prompt RUNEPOUCH_SLOT_3
-
RUNEPOUCH_SLOT_4
public static final Prompt RUNEPOUCH_SLOT_4
-
BLOWPIPE_DART
public static final Prompt BLOWPIPE_DART
-
-
Constructor Detail
-
Prompt
public Prompt(String title, PromptType type, Object... args)
- 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
public Prompt(String title, PromptType type)
- Parameters:
title
- The title of this prompttype
- The tye of this prompt
-
-