Class VillagerBabiesSensor
java.lang.Object
net.minecraft.world.entity.ai.sensing.Sensor<LivingEntity>
net.minecraft.world.entity.ai.sensing.VillagerBabiesSensor
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.sensing.Sensor
TARGETING_RANGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doTick
(ServerLevel p_26834_, LivingEntity p_26835_) private List<LivingEntity>
getNearestVillagerBabies
(LivingEntity p_26837_) private NearestVisibleLivingEntities
getVisibleEntities
(LivingEntity p_186204_) private boolean
isVillagerBaby
(LivingEntity p_26839_) Set<MemoryModuleType<?>>
requires()
Methods inherited from class net.minecraft.world.entity.ai.sensing.Sensor
isEntityAttackable, isEntityAttackableIgnoringLineOfSight, isEntityTargetable, tick
-
Constructor Details
-
VillagerBabiesSensor
public VillagerBabiesSensor()
-
-
Method Details
-
requires
- Specified by:
requires
in classSensor<LivingEntity>
-
doTick
- Specified by:
doTick
in classSensor<LivingEntity>
-
getNearestVillagerBabies
-
isVillagerBaby
-
getVisibleEntities
-