|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwyvern.lib.predicates.VisiblePredicate
Returns true if the object has normal visibility. Any level of invisibility will cause this predicate to return false.
| Constructor Summary | |
VisiblePredicate()
|
|
| Method Summary | |
boolean |
predicate(GameObject obj)
Returns true if both sub-predicates return true for the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VisiblePredicate()
| Method Detail |
public boolean predicate(GameObject obj)
predicate in interface Predicateobj - the object to predicate upon
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||