Uses of Class
net.minecraft.entity.ai.brain.LivingTargetCache
Packages that use LivingTargetCache
Package
Description
The base package for all Minecraft classes.
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
Methods in net.minecraft with parameters of type LivingTargetCacheModifier and TypeMethodDescriptionprotected voidclass_11186.findNearestVisibleAdult(LivingEntity livingEntity, LivingTargetCache targetCache) -
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_MOBSMethods 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 LivingTargetCacheVillagerBabiesSensor.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 TypeMethodDescriptionprotected voidNearestVisibleAdultSensor.findNearestVisibleAdult(LivingEntity livingEntity, LivingTargetCache targetCache)