Class NearestLivingEntitiesSensor<T extends LivingEntity>
java.lang.Object
net.minecraft.entity.ai.brain.sensor.Sensor<T>
net.minecraft.entity.ai.brain.sensor.NearestLivingEntitiesSensor<T>
- Direct Known Subclasses:
 WardenAttackablesSensor
- Mappings:
 Namespace Name official bpyintermediary net/minecraft/class_4146named net/minecraft/entity/ai/brain/sensor/NearestLivingEntitiesSensor
- 
Field Summary
Fields inherited from class net.minecraft.entity.ai.brain.sensor.Sensor
BASE_MAX_DISTANCE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intSet<MemoryModuleType<?>>protected voidsense(ServerWorld world, T entity) Methods inherited from class net.minecraft.entity.ai.brain.sensor.Sensor
testAttackableTargetPredicate, testAttackableTargetPredicateIgnoreVisibility, testTargetPredicate, tick 
- 
Constructor Details
- 
NearestLivingEntitiesSensor
public NearestLivingEntitiesSensor() 
 - 
 - 
Method Details
- 
sense
- Specified by:
 sensein classSensor<T extends LivingEntity>- Mappings:
 Namespace Name Mixin selector official aLbqf;a(Laif;Lbfz;)Vintermediary method_19101Lnet/minecraft/class_4148;method_19101(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;)Vnamed senseLnet/minecraft/entity/ai/brain/sensor/Sensor;sense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;)V
 - 
getHorizontalExpansion
protected int getHorizontalExpansion()- Mappings:
 Namespace Name Mixin selector official bLbpy;b()Iintermediary method_43081Lnet/minecraft/class_4146;method_43081()Inamed getHorizontalExpansionLnet/minecraft/entity/ai/brain/sensor/NearestLivingEntitiesSensor;getHorizontalExpansion()I
 - 
getHeightExpansion
protected int getHeightExpansion()- Mappings:
 Namespace Name Mixin selector official cLbpy;c()Iintermediary method_43082Lnet/minecraft/class_4146;method_43082()Inamed getHeightExpansionLnet/minecraft/entity/ai/brain/sensor/NearestLivingEntitiesSensor;getHeightExpansion()I
 - 
getOutputMemoryModules
- Specified by:
 getOutputMemoryModulesin classSensor<T extends LivingEntity>- Mappings:
 Namespace Name Mixin selector official aLbqf;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;
 
 -