Uses of Class
net.minecraft.entity.ai.brain.LivingTargetCache
Packages that use LivingTargetCache
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of LivingTargetCache in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain declared as LivingTargetCacheFields in net.minecraft.entity.ai.brain with type parameters of type LivingTargetCacheModifier and TypeFieldDescriptionstatic final MemoryModuleType
<LivingTargetCache> MemoryModuleType.VISIBLE_MOBS
Methods in net.minecraft.entity.ai.brain that return LivingTargetCache -
Uses of LivingTargetCache in net.minecraft.entity.ai.brain.sensor
Methods in net.minecraft.entity.ai.brain.sensor that return LivingTargetCacheModifier and TypeMethodDescriptionprivate LivingTargetCache
VillagerBabiesSensor.getVisibleMobs
(LivingEntity entity) Methods in net.minecraft.entity.ai.brain.sensor that return types with arguments of type LivingTargetCacheModifier and TypeMethodDescriptionprotected Optional
<LivingTargetCache> NearestVisibleLivingEntitySensor.getVisibleLivingEntities
(LivingEntity entity) Methods in net.minecraft.entity.ai.brain.sensor with parameters of type LivingTargetCacheModifier and TypeMethodDescriptionprivate void
NearestVisibleAdultSensor.findNearestVisibleAdult
(PassiveEntity entity, LivingTargetCache livingTargetCache)