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 TypeFieldDescriptionBrain.sensorsprivate final Collection<? extends SensorType<? extends Sensor<? super E>>>Brain.BrainCodec.sensorTypes -
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<DummySensor>SensorType.DUMMYstatic final SensorType<GolemLastSeenSensor>SensorType.GOLEM_DETECTEDstatic final SensorType<HoglinMobsSensor>SensorType.HOGLIN_SPECIFIC_SENSORstatic final SensorType<HurtBySensor>SensorType.HURT_BYstatic final SensorType<MateSensor>SensorType.NEAREST_ADULTstatic final SensorType<NearestBedSensor>SensorType.NEAREST_BEDstatic final SensorType<WantedItemsSensor>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<PiglinMobsSensor>SensorType.PIGLIN_SPECIFIC_SENSORstatic final SensorType<SecondaryPositionSensor>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.merchant.villager
Fields in net.minecraft.entity.merchant.villager with type parameters of type SensorTypeModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super VillagerEntity>>>VillagerEntity.SENSOR_TYPES -
Uses of SensorType in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster with type parameters of type SensorTypeModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>HoglinEntity.SENSOR_TYPESprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super ZoglinEntity>>>ZoglinEntity.SENSOR_TYPES -
Uses of SensorType in net.minecraft.entity.monster.piglin
Fields in net.minecraft.entity.monster.piglin with type parameters of type SensorTypeModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super PiglinBruteEntity>>>PiglinBruteEntity.SENSOR_TYPESprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super PiglinEntity>>>PiglinEntity.SENSOR_TYPES -
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_TYPEDeprecated.static final RegistryKey<Registry<SensorType<?>>>Registry.SENSOR_TYPE_REGISTRY -
Uses of SensorType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type SensorTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<SensorType<?>>>ForgeRegistries.Keys.SENSOR_TYPESstatic final IForgeRegistry<SensorType<?>>ForgeRegistries.SENSOR_TYPES