public static class EntityPredicates.Equipable extends Object implements Predicate<Entity>
private ItemStack
stack
Equipable(ItemStack stack)
boolean
test(Entity entity)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
private final ItemStack stack
public Equipable(ItemStack stack)
public boolean test(@Nullable Entity entity)
test
Predicate<Entity>