|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.lib.predicates.BlocksSolidSpell
A Predicate that's slightly more restrictive than a normal BlocksSpellPredicate - it also prevents the spell from being cast on any structures or anything that's blocking.
Field Summary | |
static BlocksSolidSpell |
INSTANCE
|
Constructor Summary | |
BlocksSolidSpell()
|
Method Summary | |
boolean |
predicate(GameObject obj)
Returns true if this object blocks the spell. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static BlocksSolidSpell INSTANCE
Constructor Detail |
public BlocksSolidSpell()
Method Detail |
public boolean predicate(GameObject obj)
predicate
in interface Predicate
obj
- any GameObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |