Uses of Class
net.minecraft.entity.ai.brain.sensor.SensorType
| Package | Description |
|---|---|
| net.minecraft.entity.ai.brain | |
| net.minecraft.entity.ai.brain.sensor | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.passive | |
| net.minecraft.util.registry |
-
Uses of SensorType in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type SensorType 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. sensors -
Uses of SensorType in net.minecraft.entity.ai.brain.sensor
Methods in net.minecraft.entity.ai.brain.sensor that return SensorType Modifier and Type Method Description private static <U extends Sensor<?>>
SensorType<U>SensorType. register(String id, Supplier<U> factory) -
Uses of SensorType in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type SensorType 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 SensorType in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type SensorType 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 -
Uses of SensorType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type SensorType Modifier and Type Field Description static DefaultedRegistry<SensorType<?>>Registry. SENSOR_TYPEstatic RegistryKey<Registry<SensorType<?>>>Registry. SENSOR_TYPE_KEY