|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjurpe.system.EffectsCollection
public class EffectsCollection
Collection of TurnEffects in charge
| Constructor Summary | |
|---|---|
EffectsCollection()
|
|
| Method Summary | |
|---|---|
void |
addEffect(TurnEffect te)
Add effect |
void |
applyAll(Log log)
Apply every effect in the collection, calling the apply method of TurnEffect class. |
java.util.AbstractList<TurnEffect> |
effects()
Effects iterator |
boolean |
isVoid()
If this collection is empty |
void |
removeAll()
Remove all effects |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EffectsCollection()
| Method Detail |
|---|
public java.util.AbstractList<TurnEffect> effects()
public void addEffect(TurnEffect te)
te - turn effect to add to this collectionTurnEffectpublic boolean isVoid()
public void applyAll(Log log)
log - Log handlepublic void removeAll()
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||