Class BlowpipeSetup
java.lang.Object
org.rspeer.game.config.item.entry.setup.ItemEntrySetup
org.rspeer.game.config.item.entry.setup.provided.BlowpipeSetup
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.rspeer.game.config.item.entry.setup.ItemEntrySetup
getConfig, getConfig, getConfig
-
Constructor Details
-
BlowpipeSetup
public BlowpipeSetup()
-
-
Method Details
-
isRequired
- 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
- Specified by:
getPrompts
in classItemEntrySetup
- Returns:
- A list of
Prompt
to configure this item
-