Class NearestItemsSensor
java.lang.Object
net.minecraft.entity.ai.brain.sensor.Sensor<MobEntity>
net.minecraft.entity.ai.brain.sensor.NearestItemsSensor
- Mappings:
- Namespace - Name - official - bpx- intermediary - net/minecraft/class_4833- named - net/minecraft/entity/ai/brain/sensor/NearestItemsSensor
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final longstatic final intprivate static final longFields inherited from class net.minecraft.entity.ai.brain.sensor.SensorBASE_MAX_DISTANCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSet<MemoryModuleType<?>>protected voidsense(ServerWorld serverWorld, MobEntity mobEntity) Methods inherited from class net.minecraft.entity.ai.brain.sensor.SensortestAttackableTargetPredicate, testAttackableTargetPredicateIgnoreVisibility, testTargetPredicate, tick
- 
Field Details- 
HORIZONTAL_RANGEprivate static final long HORIZONTAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbpx;c:J- intermediary - field_30255- Lnet/minecraft/class_4833;field_30255:J- named - HORIZONTAL_RANGE- Lnet/minecraft/entity/ai/brain/sensor/NearestItemsSensor;HORIZONTAL_RANGE:J
 
- 
VERTICAL_RANGEprivate static final long VERTICAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lbpx;d:J- intermediary - field_30256- Lnet/minecraft/class_4833;field_30256:J- named - VERTICAL_RANGE- Lnet/minecraft/entity/ai/brain/sensor/NearestItemsSensor;VERTICAL_RANGE:J
 
- 
MAX_RANGEpublic static final int MAX_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbpx;a:I- intermediary - field_30254- Lnet/minecraft/class_4833;field_30254:I- named - MAX_RANGE- Lnet/minecraft/entity/ai/brain/sensor/NearestItemsSensor;MAX_RANGE:I
 
 
- 
- 
Constructor Details- 
NearestItemsSensorpublic NearestItemsSensor()
 
- 
- 
Method Details- 
getOutputMemoryModules- Specified by:
- getOutputMemoryModulesin class- Sensor<MobEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbqf;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;
 
- 
sense- Specified by:
- sensein class- Sensor<MobEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbpx;a(Laif;Lbgb;)V- intermediary - method_24645- Lnet/minecraft/class_4833;method_24645(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;)V- named - sense- Lnet/minecraft/entity/ai/brain/sensor/NearestItemsSensor;sense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;)V
 
 
-