Class NearestVisibleLivingEntities
java.lang.Object
net.minecraft.world.entity.ai.memory.NearestVisibleLivingEntities
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final NearestVisibleLivingEntitiesprivate final Predicate<LivingEntity>private final List<LivingEntity> - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateNearestVisibleLivingEntities(LivingEntity p_186104_, List<LivingEntity> p_186105_)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(Predicate<LivingEntity> p_186131_) booleancontains(LivingEntity p_186108_) static NearestVisibleLivingEntitiesempty()find(Predicate<LivingEntity> p_186129_) findAll(Predicate<LivingEntity> p_186124_) findClosest(Predicate<LivingEntity> p_186117_)  
- 
Field Details
- 
EMPTY
 - 
nearbyEntities
 - 
lineOfSightTest
 
 - 
 - 
Constructor Details
- 
NearestVisibleLivingEntities
private NearestVisibleLivingEntities() - 
NearestVisibleLivingEntities
 
 - 
 - 
Method Details
- 
empty
 - 
findClosest
 - 
findAll
 - 
find
 - 
contains
 - 
contains
 
 -