Class NearestVisibleLivingEntities
java.lang.Object
net.minecraft.world.entity.ai.memory.NearestVisibleLivingEntities
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final NearestVisibleLivingEntitiesprivate final Predicate<LivingEntity>private final List<LivingEntity>
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateNearestVisibleLivingEntities(LivingEntity p_186104_, List<LivingEntity> p_186105_) 
- 
Method SummaryModifier 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- 
NearestVisibleLivingEntitiesprivate NearestVisibleLivingEntities()
- 
NearestVisibleLivingEntities
 
- 
- 
Method Details- 
empty
- 
findClosest
- 
findAll
- 
find
- 
contains
- 
contains
 
-