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 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 SensorType<AxolotlAttackablesSensor>SensorType.AXOLOTL_ATTACKABLESstatic SensorType<TemptationsSensor>SensorType.AXOLOTL_TEMPTATIONSstatic SensorType<DummySensor>SensorType.DUMMYstatic SensorType<TemptationsSensor>SensorType.GOAT_TEMPTATIONSstatic SensorType<GolemLastSeenSensor>SensorType.GOLEM_DETECTEDstatic SensorType<HoglinSpecificSensor>SensorType.HOGLIN_SPECIFIC_SENSORstatic SensorType<HurtBySensor>SensorType.HURT_BYstatic SensorType<NearestVisibleAdultSensor>SensorType.NEAREST_ADULTstatic SensorType<NearestBedSensor>SensorType.NEAREST_BEDstatic SensorType<NearestItemsSensor>SensorType.NEAREST_ITEMSSensorType.NEAREST_LIVING_ENTITIESstatic SensorType<NearestPlayersSensor>SensorType.NEAREST_PLAYERSstatic SensorType<PiglinBruteSpecificSensor>SensorType.PIGLIN_BRUTE_SPECIFIC_SENSORstatic SensorType<PiglinSpecificSensor>SensorType.PIGLIN_SPECIFIC_SENSORSensorType.SECONDARY_POISstatic SensorType<VillagerBabiesSensor>SensorType.VILLAGER_BABIESstatic 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 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 SensorTypeModifier and TypeFieldDescriptionprotected 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 SensorTypeModifier and TypeFieldDescriptionstatic DefaultedRegistry<SensorType<?>>Registry.SENSOR_TYPEstatic RegistryKey<Registry<SensorType<?>>>Registry.SENSOR_TYPE_KEY