Uses of Class
net.minecraft.world.entity.ai.memory.NearestVisibleLivingEntities
Packages that use NearestVisibleLivingEntities
-
Uses of NearestVisibleLivingEntities in net.minecraft.world.entity.ai.memory
Fields in net.minecraft.world.entity.ai.memory declared as NearestVisibleLivingEntitiesModifier and TypeFieldDescriptionprivate static final NearestVisibleLivingEntitiesNearestVisibleLivingEntities.EMPTYFields in net.minecraft.world.entity.ai.memory with type parameters of type NearestVisibleLivingEntitiesModifier and TypeFieldDescriptionstatic final MemoryModuleType<NearestVisibleLivingEntities> MemoryModuleType.NEAREST_VISIBLE_LIVING_ENTITIESHolds a list of nearby living entities inside the brain entity's bounding box expanded 16 blocks in all directions which the brain entity can see.Methods in net.minecraft.world.entity.ai.memory that return NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionstatic NearestVisibleLivingEntitiesNearestVisibleLivingEntities.empty() -
Uses of NearestVisibleLivingEntities in net.minecraft.world.entity.ai.sensing
Methods in net.minecraft.world.entity.ai.sensing that return NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprivate NearestVisibleLivingEntitiesVillagerBabiesSensor.getVisibleEntities(LivingEntity livingEntity) Methods in net.minecraft.world.entity.ai.sensing that return types with arguments of type NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprotected Optional<NearestVisibleLivingEntities> NearestVisibleLivingEntitySensor.getVisibleEntities(LivingEntity entity) Methods in net.minecraft.world.entity.ai.sensing with parameters of type NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprivate voidAdultSensor.setNearestVisibleAdult(AgeableMob mob, NearestVisibleLivingEntities nearbyEntities)