Uses of Class
net.minecraft.entity.ai.brain.sensor.Sensor
Package
Description
-
Uses of Sensor in net.minecraft.entity.ai.brain
Modifier and TypeFieldDescriptionBrain.sensors
Brain.sensors
private final Collection<? extends SensorType<? extends Sensor<? super E>>>
Brain.BrainCodec.sensorTypes
-
Uses of Sensor in net.minecraft.entity.ai.brain.sensor
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Sensor in net.minecraft.entity.merchant.villager
Modifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super VillagerEntity>>>
VillagerEntity.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.entity.monster
Modifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>
HoglinEntity.SENSOR_TYPES
protected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super ZoglinEntity>>>
ZoglinEntity.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.entity.monster.piglin
Modifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super PiglinBruteEntity>>>
PiglinBruteEntity.SENSOR_TYPES
protected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super PiglinEntity>>>
PiglinEntity.SENSOR_TYPES