Class RunePouchSetup
- java.lang.Object
-
- org.rspeer.game.config.item.entry.setup.ItemEntrySetup
-
- org.rspeer.game.config.item.entry.setup.provided.RunePouchSetup
-
- All Implemented Interfaces:
Serializable
public class RunePouchSetup extends ItemEntrySetup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunePouchSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Prompt>
getPrompts()
boolean
isRequired(InventoryLoadout loadout)
-
Methods inherited from class org.rspeer.game.config.item.entry.setup.ItemEntrySetup
getConfig, getConfig, getConfig
-
-
-
-
Method Detail
-
isRequired
public boolean isRequired(InventoryLoadout loadout)
- Specified by:
isRequired
in classItemEntrySetup
- 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 classItemEntrySetup
- Returns:
- A list of
Prompt
to configure this item
-
-