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 bad
intermediary net/minecraft/class_4221
named net/minecraft/entity/ai/brain/sensor/SecondaryPointsOfInterestSensor
-
Constructor Summary
Constructors Constructor Description SecondaryPointsOfInterestSensor()
-
Method Summary
Modifier and Type Method Description Set<MemoryModuleType<?>>
getOutputMemoryModules()
protected void
sense(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:
sense
in classSensor<VillagerEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbad;a(Laav;Lbgy;)V
intermediary method_19617
Lnet/minecraft/class_4221;method_19617(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;)V
named sense
Lnet/minecraft/entity/ai/brain/sensor/SecondaryPointsOfInterestSensor;sense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;)V
-
getOutputMemoryModules
- Specified by:
getOutputMemoryModules
in classSensor<VillagerEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbaf;a()Ljava/util/Set;
intermediary method_19099
Lnet/minecraft/class_4148;method_19099()Ljava/util/Set;
named getOutputMemoryModules
Lnet/minecraft/entity/ai/brain/sensor/Sensor;getOutputMemoryModules()Ljava/util/Set;
-