Uses of Class
net.minecraft.entity.ai.brain.sensor.SensorType
Packages that use SensorType
Package
Description
-
Uses of SensorType in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type SensorTypeModifier and TypeFieldDescriptionprivate final Collection<? extends SensorType<? extends Sensor<? super E>>>Brain.Profile.sensorsBrain.sensors -
Uses of SensorType in net.minecraft.entity.ai.brain.sensor
Fields in net.minecraft.entity.ai.brain.sensor declared as SensorTypeModifier and TypeFieldDescriptionstatic final SensorType<AxolotlAttackablesSensor>SensorType.AXOLOTL_ATTACKABLESstatic final SensorType<TemptationsSensor>SensorType.AXOLOTL_TEMPTATIONSstatic final SensorType<DummySensor>SensorType.DUMMYstatic final SensorType<TemptationsSensor>SensorType.GOAT_TEMPTATIONSstatic final SensorType<GolemLastSeenSensor>SensorType.GOLEM_DETECTEDstatic final SensorType<HoglinSpecificSensor>SensorType.HOGLIN_SPECIFIC_SENSORstatic final SensorType<HurtBySensor>SensorType.HURT_BYstatic final SensorType<NearestVisibleAdultSensor>SensorType.NEAREST_ADULTstatic final SensorType<NearestBedSensor>SensorType.NEAREST_BEDstatic final SensorType<NearestItemsSensor>SensorType.NEAREST_ITEMSstatic final SensorType<NearestLivingEntitiesSensor>SensorType.NEAREST_LIVING_ENTITIESstatic final SensorType<NearestPlayersSensor>SensorType.NEAREST_PLAYERSstatic final SensorType<PiglinBruteSpecificSensor>SensorType.PIGLIN_BRUTE_SPECIFIC_SENSORstatic final SensorType<PiglinSpecificSensor>SensorType.PIGLIN_SPECIFIC_SENSORstatic final SensorType<SecondaryPointsOfInterestSensor>SensorType.SECONDARY_POISstatic final SensorType<VillagerBabiesSensor>SensorType.VILLAGER_BABIESstatic final SensorType<VillagerHostilesSensor>SensorType.VILLAGER_HOSTILESMethods in net.minecraft.entity.ai.brain.sensor that return SensorType -
Uses of SensorType in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type SensorTypeModifier and TypeFieldDescriptionprotected static final ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>HoglinEntity.SENSOR_TYPESprotected static final ImmutableList<SensorType<? extends Sensor<? super PiglinBruteEntity>>>PiglinBruteEntity.SENSOR_TYPESprotected static final ImmutableList<SensorType<? extends Sensor<? super PiglinEntity>>>PiglinEntity.SENSOR_TYPESprotected static final 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 SensorTypeModifier and TypeFieldDescriptionprotected static final ImmutableList<? extends SensorType<? extends Sensor<? super AxolotlEntity>>>AxolotlEntity.SENSORSprotected static final ImmutableList<SensorType<? extends Sensor<? super GoatEntity>>>GoatEntity.SENSORSprivate static final 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 SensorTypeModifier and TypeFieldDescriptionstatic final DefaultedRegistry<SensorType<?>>Registry.SENSOR_TYPEstatic final RegistryKey<Registry<SensorType<?>>>Registry.SENSOR_TYPE_KEY