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 Details

    • 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 Details

    • Prompt

      public Prompt(String title, PromptType type, Object... args)
      Parameters:
      title - The title of this prompt
      type - The tye of this prompt
      args - Args associated with this prompt. For anything using PromptType.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 prompt
      type - The tye of this prompt
  • Method Details

    • getTitle

      public String getTitle()
    • getType

      public PromptType getType()
    • getArgs

      public Object[] getArgs()
    • display

      public void display()
    • toString

      public String toString()
      Overrides:
      toString in class Object