|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.lib.classes.traps.RustTrap.WornIronPredicate
Checks if an object is worn/wielded and made of iron.
Field Summary | |
static Predicate |
INSTANCE
|
Constructor Summary | |
RustTrap.WornIronPredicate()
|
Method Summary | |
boolean |
predicate(GameObject obj)
Returns true if object is equipped and made of iron. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Predicate INSTANCE
Constructor Detail |
public RustTrap.WornIronPredicate()
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 |