Class SecondaryPointsOfInterestSensor
java.lang.Object
net.minecraft.entity.ai.brain.sensor.Sensor<VillagerEntity>
net.minecraft.entity.ai.brain.sensor.SecondaryPointsOfInterestSensor
public class SecondaryPointsOfInterestSensor extends Sensor<VillagerEntity>
- Mappings:
Namespace Name official badintermediary net/minecraft/class_4221named net/minecraft/entity/ai/brain/sensor/SecondaryPointsOfInterestSensor
-
Constructor Summary
Constructors Constructor Description SecondaryPointsOfInterestSensor() -
Method Summary
Modifier and Type Method Description Set<MemoryModuleType<?>>getOutputMemoryModules()protected voidsense(ServerWorld serverWorld, VillagerEntity villagerEntity)Methods inherited from class net.minecraft.entity.ai.brain.sensor.Sensor
testTargetPredicate, tick
-
Constructor Details
-
SecondaryPointsOfInterestSensor
public SecondaryPointsOfInterestSensor()
-
-
Method Details
-
sense
- Specified by:
sensein classSensor<VillagerEntity>- Mappings:
Namespace Name Mixin selector official aLbad;a(Laav;Lbgy;)Vintermediary method_19617Lnet/minecraft/class_4221;method_19617(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;)Vnamed senseLnet/minecraft/entity/ai/brain/sensor/SecondaryPointsOfInterestSensor;sense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;)V
-
getOutputMemoryModules
- Specified by:
getOutputMemoryModulesin classSensor<VillagerEntity>- Mappings:
Namespace Name Mixin selector official aLbaf;a()Ljava/util/Set;intermediary method_19099Lnet/minecraft/class_4148;method_19099()Ljava/util/Set;named getOutputMemoryModulesLnet/minecraft/entity/ai/brain/sensor/Sensor;getOutputMemoryModules()Ljava/util/Set;
-