|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.lib.commands.ReadyCommand.ReadyPredicate
Checks each object to see if it matches the name AND implements the Readyable interface.
Constructor Summary | |
ReadyCommand.ReadyPredicate(java.lang.String target)
Constructs a new ReadyPredicate |
Method Summary | |
boolean |
predicate(GameObject obj)
Returns true if the object matches. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReadyCommand.ReadyPredicate(java.lang.String target)
target
- the thing to readyMethod 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 |