Uses of Class
net.minecraft.entity.ai.brain.sensor.Sensor
Packages that use 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
Fields in net.minecraft.entity.ai.brain with type parameters of type SensorModifier 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
Classes in net.minecraft.entity.ai.brain.sensor with type parameters of type SensorSubclasses of Sensor in net.minecraft.entity.ai.brain.sensorModifier 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
Methods in net.minecraft.entity.ai.brain.sensor with type parameters of type Sensor -
Uses of Sensor in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type SensorModifier 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
protected static final ImmutableList
<? extends SensorType<? extends Sensor<? super CreakingEntity>>> CreakingBrain.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
Fields in net.minecraft.entity.passive with type parameters of type SensorModifier 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