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 NearestVisibleLivingEntities
SetLookAndInteract.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 NearestVisibleLivingEntities
NearestVisibleLivingEntities.EMPTY
Fields in net.minecraft.world.entity.ai.memory with type parameters of type NearestVisibleLivingEntitiesModifier and TypeFieldDescriptionstatic final MemoryModuleType<NearestVisibleLivingEntities>
MemoryModuleType.NEAREST_VISIBLE_LIVING_ENTITIES
Methods in net.minecraft.world.entity.ai.memory that return NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionstatic NearestVisibleLivingEntities
NearestVisibleLivingEntities.empty()
-
Uses of NearestVisibleLivingEntities in net.minecraft.world.entity.ai.sensing
Methods in net.minecraft.world.entity.ai.sensing that return NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprivate NearestVisibleLivingEntities
VillagerBabiesSensor.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 void
AdultSensor.setNearestVisibleAdult
(AgeableMob p_186141_, NearestVisibleLivingEntities p_186142_)