Uses of Class
net.minecraft.world.entity.ai.sensing.Sensor
Packages that use Sensor
-
Uses of Sensor in net.minecraft.world.entity.ai
Fields in net.minecraft.world.entity.ai with type parameters of type SensorModifier and TypeFieldDescriptionBrain.sensorsBrain.sensorsprivate final Collection<? extends SensorType<? extends Sensor<? super E>>> Brain.Provider.sensorTypesMethod parameters in net.minecraft.world.entity.ai with type arguments of type SensorModifier and TypeMethodDescriptionstatic <E extends LivingEntity>
Brain.Provider<E> Brain.provider(Collection<? extends SensorType<? extends Sensor<? super E>>> sensorTypes) static <E extends LivingEntity>
Brain.Provider<E> Brain.provider(Collection<? extends SensorType<? extends Sensor<? super E>>> sensorTypes, Brain.ActivitySupplier<E> activities) -
Uses of Sensor in net.minecraft.world.entity.ai.sensing
Classes in net.minecraft.world.entity.ai.sensing with type parameters of type SensorSubclasses of Sensor in net.minecraft.world.entity.ai.sensingModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMobSensor<T extends LivingEntity>classclassclassNearestLivingEntitySensor<T extends LivingEntity>classclassclassclassclassclassclassclassclassMethods in net.minecraft.world.entity.ai.sensing with type parameters of type Sensor