|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.lib.commands.LockPickCommand.LockedPredicate
A predicate that checks whether an object is locked.
Constructor Summary | |
LockPickCommand.LockedPredicate()
|
Method Summary | |
boolean |
predicate(GameObject obj)
Checks if the object has a lock on it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LockPickCommand.LockedPredicate()
Method Detail |
public boolean predicate(GameObject obj)
predicate
in interface Predicate
obj
- the object to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |