game.events.conditions
Class ConditionList

java.lang.Object
  |
  +--game.events.conditions.ConditionList

public class ConditionList
extends java.lang.Object

A list of conditions.


Constructor Summary
ConditionList()
          Constructor.
 
Method Summary
 void add(Condition value)
          Add condition.
 boolean hasCondition(Condition value)
          Whether has the condion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionList

public ConditionList()
Constructor.

Method Detail

add

public void add(Condition value)
Add condition.


hasCondition

public boolean hasCondition(Condition value)
Whether has the condion.