Uses of Class
net.minecraft.entity.ai.brain.sensor.Sensor
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of Sensor in net.minecraft.entity.ai.brain
Modifier and TypeFieldDescriptionprivate final Collection
<? extends SensorType<? extends Sensor<? super E>>> Brain.Profile.sensors
Brain.sensors
Brain.sensors
-
Uses of Sensor in net.minecraft.entity.ai.brain.sensor
Modifier and TypeClassDescriptionclass
ArmadilloScareDetectedSensor<T extends LivingEntity>
class
class
class
class
class
class
class
class
class
class
class
NearestLivingEntitiesSensor<T extends LivingEntity>
class
class
class
class
class
class
class
class
class
class
-
Uses of Sensor in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprotected static final ImmutableList
<? extends SensorType<? extends Sensor<? super HoglinEntity>>> HoglinEntity.SENSOR_TYPES
protected static final ImmutableList
<SensorType<? extends Sensor<? super PiglinBruteEntity>>> PiglinBruteEntity.SENSOR_TYPES
protected static final ImmutableList
<SensorType<? extends Sensor<? super PiglinEntity>>> PiglinEntity.SENSOR_TYPES
(package private) static final List
<SensorType<? extends Sensor<? super BreezeEntity>>> BreezeBrain.SENSORS
private static final List
<SensorType<? extends Sensor<? super WardenEntity>>> WardenBrain.SENSORS
protected static final ImmutableList
<? extends SensorType<? extends Sensor<? super ZoglinEntity>>> ZoglinEntity.USED_SENSORS
-
Uses of Sensor in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final ImmutableList
<SensorType<? extends Sensor<? super ArmadilloEntity>>> ArmadilloBrain.SENSOR_TYPES
protected static final ImmutableList
<SensorType<? extends Sensor<? super AllayEntity>>> AllayEntity.SENSORS
protected static final ImmutableList
<? extends SensorType<? extends Sensor<? super AxolotlEntity>>> AxolotlEntity.SENSORS
private static final ImmutableList
<SensorType<? extends Sensor<? super CamelEntity>>> CamelBrain.SENSORS
protected static final ImmutableList
<SensorType<? extends Sensor<? super FrogEntity>>> FrogEntity.SENSORS
protected static final ImmutableList
<SensorType<? extends Sensor<? super GoatEntity>>> GoatEntity.SENSORS
(package private) static final List
<SensorType<? extends Sensor<? super SnifferEntity>>> SnifferBrain.SENSORS
protected static final ImmutableList
<SensorType<? extends Sensor<? super TadpoleEntity>>> TadpoleEntity.SENSORS
private static final ImmutableList
<SensorType<? extends Sensor<? super VillagerEntity>>> VillagerEntity.SENSORS