vooga.engine.level
Class LevelSwitchingConditions
java.lang.Object
vooga.engine.level.LevelSwitchingConditions
public class LevelSwitchingConditions
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LevelSwitchingConditions
public LevelSwitchingConditions()
addCondition
public void addCondition(LevelSwitch condition)
removeCondition
public void removeCondition(LevelSwitch condition)
getConditions
public java.util.PriorityQueue<LevelSwitch> getConditions()
setConditions
public void setConditions(java.util.PriorityQueue<LevelSwitch> c)
levelSwitch
public boolean levelSwitch()
getSwitchToLevel
public int getSwitchToLevel()