Class SensorType<U extends Sensor<?>>
java.lang.Object
net.minecraft.entity.ai.brain.sensor.SensorType<U>
public class SensorType<U extends Sensor<?>> extends Object
-
Field Summary
Fields Modifier and Type Field Description static SensorType<DummySensor>DUMMYprivate Supplier<U>factorystatic SensorType<GolemLastSeenSensor>GOLEM_LAST_SEENstatic SensorType<HoglinSpecificSensor>HOGLIN_SPECIFIC_SENSORstatic SensorType<HurtBySensor>HURT_BYstatic SensorType<InteractableDoorsSensor>INTERACTABLE_DOORSstatic SensorType<NearestVisibleAdultSensor>NEAREST_ADULTstatic SensorType<NearestBedSensor>NEAREST_BEDstatic SensorType<NearestItemsSensor>NEAREST_ITEMSstatic SensorType<NearestLivingEntitiesSensor>NEAREST_LIVING_ENTITIESstatic SensorType<NearestPlayersSensor>NEAREST_PLAYERSstatic SensorType<PiglinSpecificSensor>PIGLIN_SPECIFIC_SENSORstatic SensorType<SecondaryPointsOfInterestSensor>SECONDARY_POISstatic SensorType<VillagerBabiesSensor>VILLAGER_BABIESstatic SensorType<VillagerHostilesSensor>VILLAGER_HOSTILES -
Constructor Summary
Constructors Modifier Constructor Description privateSensorType(Supplier<U> supplier) -
Method Summary