mechanics.clauses
Class Clause

java.lang.Object
  extended by mechanics.clauses.Clause
Direct Known Subclasses:
EffectClause

public abstract class Clause
extends java.lang.Object


Constructor Summary
Clause()
           
 
Method Summary
 boolean allowsStatus(StatusEffect eff, Pokemon source, Pokemon target)
          Does this clause allow the application of the given status effect to a particular pokemon?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clause

public Clause()
Method Detail

allowsStatus

public boolean allowsStatus(StatusEffect eff,
                            Pokemon source,
                            Pokemon target)
Does this clause allow the application of the given status effect to a particular pokemon?