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 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
Holds 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 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 pLivingEntity) Methods in net.minecraft.world.entity.ai.sensing that return types with arguments of type NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprotected Optional
<NearestVisibleLivingEntities> NearestVisibleLivingEntitySensor.getVisibleEntities
(LivingEntity pEntity) Methods in net.minecraft.world.entity.ai.sensing with parameters of type NearestVisibleLivingEntitiesModifier and TypeMethodDescriptionprivate void
AdultSensor.setNearestVisibleAdult
(AgeableMob pMob, NearestVisibleLivingEntities pNearbyEntities)