Uses of Class
net.minecraft.world.entity.ai.memory.NearestVisibleLivingEntities
Packages that use NearestVisibleLivingEntities
Package
Description
-
Uses of NearestVisibleLivingEntities in net.minecraft.world.entity.ai.behavior
Methods in net.minecraft.world.entity.ai.behavior that return NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprivate NearestVisibleLivingEntitiesSetLookAndInteract.getVisibleEntities(LivingEntity p_186061_) -
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_ENTITIESMethods 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 p_186204_) Methods in net.minecraft.world.entity.ai.sensing that return types with arguments of type NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprotected Optional<NearestVisibleLivingEntities>NearestVisibleLivingEntitySensor.getVisibleEntities(LivingEntity p_148291_) Methods in net.minecraft.world.entity.ai.sensing with parameters of type NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprivate voidAdultSensor.setNearestVisibleAdult(AgeableMob p_186141_, NearestVisibleLivingEntities p_186142_)