Uses of Class
net.minecraft.entity.ai.brain.sensor.Sensor
-
Packages that use Sensor Package Description net.minecraft.entity.ai.brain net.minecraft.entity.ai.brain.sensor net.minecraft.entity.merchant.villager net.minecraft.entity.monster net.minecraft.entity.monster.piglin -
-
Uses of Sensor in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type Sensor Modifier and Type Field Description private java.util.Map<SensorType<? extends Sensor<? super E>>,Sensor<? super E>>Brain. sensorsprivate java.util.Map<SensorType<? extends Sensor<? super E>>,Sensor<? super E>>Brain. sensorsprivate java.util.Collection<? extends SensorType<? extends Sensor<? super E>>>Brain.BrainCodec. sensorTypes -
Uses of Sensor in net.minecraft.entity.ai.brain.sensor
Classes in net.minecraft.entity.ai.brain.sensor with type parameters of type Sensor Modifier and Type Class Description classSensorType<U extends Sensor<?>>Subclasses of Sensor in net.minecraft.entity.ai.brain.sensor Modifier and Type Class Description classDummySensorclassGolemLastSeenSensorclassHoglinMobsSensorclassHurtBySensorclassMateSensorclassNearestBedSensorclassNearestLivingEntitiesSensorclassNearestPlayersSensorclassPiglinBruteSpecificSensorclassPiglinMobsSensorclassSecondaryPositionSensorclassVillagerBabiesSensorclassVillagerHostilesSensorclassWantedItemsSensorMethods in net.minecraft.entity.ai.brain.sensor with type parameters of type Sensor Modifier and Type Method Description private static <U extends Sensor<?>>
SensorType<U>SensorType. register(java.lang.String p_220996_0_, java.util.function.Supplier<U> p_220996_1_) -
Uses of Sensor in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager with type parameters of type Sensor Modifier and Type Field Description private static com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super VillagerEntity>>>VillagerEntity. SENSOR_TYPES -
Uses of Sensor in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster with type parameters of type Sensor Modifier and Type Field Description protected static com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>HoglinEntity. SENSOR_TYPESprotected static com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super ZoglinEntity>>>ZoglinEntity. SENSOR_TYPES -
Uses of Sensor in net.minecraft.entity.monster.piglin
Fields in net.minecraft.entity.monster.piglin with type parameters of type Sensor Modifier and Type Field Description protected static com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super PiglinBruteEntity>>>PiglinBruteEntity. SENSOR_TYPESprotected static com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super PiglinEntity>>>PiglinEntity. SENSOR_TYPES
-