java.lang.Object
org.rspeer.game.config.item.entry.setup.ItemEntrySetup
org.rspeer.game.config.item.entry.setup.provided.BlowpipeSetup
All Implemented Interfaces:
Serializable

public class BlowpipeSetup extends ItemEntrySetup
See Also:
  • Constructor Details

    • BlowpipeSetup

      public BlowpipeSetup()
  • Method Details

    • isRequired

      public boolean isRequired(InventoryLoadout loadout)
      Specified by:
      isRequired in class ItemEntrySetup
      Returns:
      true if the given inventory loadout requires config for this item. For example, loadout instanceof BackpackLoadout would mean the entry only needs additional setup if it's added to a backpack loadout
    • getPrompts

      public List<Prompt> getPrompts()
      Specified by:
      getPrompts in class ItemEntrySetup
      Returns:
      A list of Prompt to configure this item