Package net.minecraft.entity
Class EntityPredicate
java.lang.Object
net.minecraft.entity.EntityPredicate
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private boolean
static final EntityPredicate
private double
private Predicate<LivingEntity>
private boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionrange
(double p_221013_1_) selector
(Predicate<LivingEntity> p_221012_1_) boolean
test
(LivingEntity p_221015_1_, LivingEntity p_221015_2_)
-
Field Details
-
DEFAULT
-
range
private double range -
allowInvulnerable
private boolean allowInvulnerable -
allowSameTeam
private boolean allowSameTeam -
allowUnseeable
private boolean allowUnseeable -
allowNonAttackable
private boolean allowNonAttackable -
testInvisible
private boolean testInvisible -
selector
-
-
Constructor Details
-
EntityPredicate
public EntityPredicate()
-
-
Method Details
-
range
-
allowInvulnerable
-
allowSameTeam
-
allowUnseeable
-
allowNonAttackable
-
ignoreInvisibilityTesting
-
selector
-
test
-