Package net.minecraft.entity.passive
Class FoxEntity.AlertablePredicate
- java.lang.Object
-
- net.minecraft.entity.passive.FoxEntity.AlertablePredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<LivingEntity>
- Enclosing class:
- FoxEntity
public class FoxEntity.AlertablePredicate extends java.lang.Object implements java.util.function.Predicate<LivingEntity>
-
-
Constructor Summary
Constructors Constructor Description AlertablePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(LivingEntity p_test_1_)
-
-
-
Method Detail
-
test
public boolean test(LivingEntity p_test_1_)
- Specified by:
test
in interfacejava.util.function.Predicate<LivingEntity>
-
-