public class FoxEntity.AlertablePredicate extends java.lang.Object implements java.util.function.Predicate<LivingEntity>
| Constructor and Description |
|---|
AlertablePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(LivingEntity p_test_1_) |
public boolean test(LivingEntity p_test_1_)
test in interface java.util.function.Predicate<LivingEntity>