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 Details

    • SecondaryPointsOfInterestSensor

      public SecondaryPointsOfInterestSensor()
  • Method Details

    • sense

      protected void sense​(ServerWorld serverWorld, VillagerEntity villagerEntity)
      Specified by:
      sense in class Sensor<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

      public Set<MemoryModuleType<?>> getOutputMemoryModules()
      Specified by:
      getOutputMemoryModules in class Sensor<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;