Class Prompt


  • public class Prompt
    extends Object
    A cs2 based prompt. Numeric and text prompts use enter input, item uses the item search
    • 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 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