de.lessvoid.nifty.effects
Class ActiveEffects
java.lang.Object
de.lessvoid.nifty.effects.ActiveEffects
public class ActiveEffects
- extends Object
This stores all active effects and is used by the EffectProcessor. It will
classify effects on add (overlay, pre, post).
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveEffects
public ActiveEffects()
clear
public void clear()
add
public void add(Effect e)
remove
public void remove(Effect e)
isEmpty
public boolean isEmpty()
contains
public boolean contains(Effect e)
size
public int size()
containsActiveEffects
public boolean containsActiveEffects()
getActive
public List<Effect> getActive()
getActivePost
public List<Effect> getActivePost()
getActivePre
public List<Effect> getActivePre()
getActiveOverlay
public List<Effect> getActiveOverlay()
Copyright © 2011. All Rights Reserved.