Uses of Class
net.minecraft.entity.ai.brain.sensor.Sensor
| Package | Description |
|---|---|
| net.minecraft.entity.ai.brain | |
| net.minecraft.entity.ai.brain.sensor | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.passive |
-
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 Collection<? extends SensorType<? extends Sensor<? super E>>>Brain.Profile. sensorsprivate Map<SensorType<? extends Sensor<? super E>>,Sensor<? super E>>Brain. sensorsprivate Map<SensorType<? extends Sensor<? super E>>,Sensor<? super E>>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 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 classAxolotlAttackablesSensorclassDummySensorclassGolemLastSeenSensorclassHoglinSpecificSensorclassHurtBySensorclassNearestBedSensorclassNearestItemsSensorclassNearestLivingEntitiesSensorclassNearestPlayersSensorclassNearestVisibleAdultSensorclassNearestVisibleLivingEntitySensorclassPiglinBruteSpecificSensorclassPiglinSpecificSensorclassSecondaryPointsOfInterestSensorclassTemptationsSensorclassVillagerBabiesSensorclassVillagerHostilesSensorMethods 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(String id, Supplier<U> factory) -
Uses of Sensor in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type Sensor Modifier and Type Field Description protected static ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>HoglinEntity. SENSOR_TYPESprotected static ImmutableList<SensorType<? extends Sensor<? super PiglinBruteEntity>>>PiglinBruteEntity. SENSOR_TYPESprotected static ImmutableList<SensorType<? extends Sensor<? super PiglinEntity>>>PiglinEntity. SENSOR_TYPESprotected static 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 Sensor Modifier and Type Field Description protected static ImmutableList<? extends SensorType<? extends Sensor<? super AxolotlEntity>>>AxolotlEntity. SENSORSprotected static ImmutableList<SensorType<? extends Sensor<? super GoatEntity>>>GoatEntity. SENSORSprivate static ImmutableList<SensorType<? extends Sensor<? super VillagerEntity>>>VillagerEntity. SENSORS