public class CumulativeSpells
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CumulativeSpells.Spell |
Constructor and Description |
---|
CumulativeSpells() |
Modifier and Type | Method and Description |
---|---|
CumulativeSpells.Spell |
closeSpell() |
CumulativeSpells.Spell |
getCurrentSpell() |
CumulativeSpells.Spell |
getOrCreateSpell(double date) |
CumulativeSpells.Spell |
getSpell(int i) |
int |
getSpellCount() |
boolean |
isEternal() |
CumulativeSpells.Spell |
startSpell(double date) |
java.lang.String |
toString() |
void |
updateCurrentSpell(double date) |
public CumulativeSpells.Spell startSpell(double date)
public void updateCurrentSpell(double date)
public CumulativeSpells.Spell closeSpell()
public CumulativeSpells.Spell getCurrentSpell()
public CumulativeSpells.Spell getSpell(int i)
public int getSpellCount()
public CumulativeSpells.Spell getOrCreateSpell(double date)
public boolean isEternal()
public java.lang.String toString()
toString
in class java.lang.Object