vooga.engine.level
Class LevelSwitchingConditions

java.lang.Object
  extended by vooga.engine.level.LevelSwitchingConditions

public class LevelSwitchingConditions
extends java.lang.Object


Constructor Summary
LevelSwitchingConditions()
           
 
Method Summary
 void addCondition(LevelSwitch condition)
           
 java.util.PriorityQueue<LevelSwitch> getConditions()
           
 int getSwitchToLevel()
           
 boolean levelSwitch()
           
 void removeCondition(LevelSwitch condition)
           
 void setConditions(java.util.PriorityQueue<LevelSwitch> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelSwitchingConditions

public LevelSwitchingConditions()
Method Detail

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()