GenDissertation
, GenMultiPotion
, GenPill
, GenPotion
, GenPowder
, GenScroll
, GenSuperPill
, ScrollSpell
, StdDissertation
, StdPill
, StdPotion
, StdPowder
, StdScroll
public interface SpellHolder
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getSpellList() |
Gets the list of abilities that this item contains as
a semicolon-delimited list, with any spell arguments
in parenthesis after the spell ID.
|
java.util.List<Ability> |
getSpells() |
Returns the list of ability objects that this item contains.
|
void |
setSpellList(java.lang.String list) |
Sets the list of abilities that this item contains as
a semicolon-delimited list, with any spell arguments
in parenthesis after the spell ID.
|
java.util.List<Ability> getSpells()
getSpellList()
,
setSpellList(String)
java.lang.String getSpellList()
setSpellList(String)
void setSpellList(java.lang.String list)
list
- the list of ability names semicolon delimitedgetSpellList()