Uses of Class
net.minecraft.entity.ai.brain.sensor.Sensor
Package | Description |
---|---|
net.minecraft.entity.ai.brain | |
net.minecraft.entity.ai.brain.sensor | |
net.minecraft.entity.mob | |
net.minecraft.entity.passive |
-
Uses of Sensor in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type Sensor Modifier and Type Field Description private Collection<? extends SensorType<? extends Sensor<? super E>>>
Brain.Profile. sensors
private Map<SensorType<? extends Sensor<? super E>>,Sensor<? super E>>
Brain. sensors
private Map<SensorType<? extends Sensor<? super E>>,Sensor<? super E>>
Brain. sensors
-
Uses of Sensor in net.minecraft.entity.ai.brain.sensor
Classes in net.minecraft.entity.ai.brain.sensor with type parameters of type Sensor Modifier and Type Class Description class
SensorType<U extends Sensor<?>>
Subclasses of Sensor in net.minecraft.entity.ai.brain.sensor Modifier and Type Class Description class
AxolotlAttackablesSensor
class
DummySensor
class
GolemLastSeenSensor
class
HoglinSpecificSensor
class
HurtBySensor
class
NearestBedSensor
class
NearestItemsSensor
class
NearestLivingEntitiesSensor
class
NearestPlayersSensor
class
NearestVisibleAdultSensor
class
NearestVisibleLivingEntitySensor
class
PiglinBruteSpecificSensor
class
PiglinSpecificSensor
class
SecondaryPointsOfInterestSensor
class
TemptationsSensor
class
VillagerBabiesSensor
class
VillagerHostilesSensor
Methods in net.minecraft.entity.ai.brain.sensor with type parameters of type Sensor Modifier and Type Method Description private static <U extends Sensor<?>>
SensorType<U>SensorType. register(String id, Supplier<U> factory)
-
Uses of Sensor in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type Sensor Modifier and Type Field Description protected static ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>
HoglinEntity. SENSOR_TYPES
protected static ImmutableList<SensorType<? extends Sensor<? super PiglinBruteEntity>>>
PiglinBruteEntity. SENSOR_TYPES
protected static ImmutableList<SensorType<? extends Sensor<? super PiglinEntity>>>
PiglinEntity. SENSOR_TYPES
protected static ImmutableList<? extends SensorType<? extends Sensor<? super ZoglinEntity>>>
ZoglinEntity. USED_SENSORS
-
Uses of Sensor in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type Sensor Modifier and Type Field Description protected static ImmutableList<? extends SensorType<? extends Sensor<? super AxolotlEntity>>>
AxolotlEntity. SENSORS
protected static ImmutableList<SensorType<? extends Sensor<? super GoatEntity>>>
GoatEntity. SENSORS
private static ImmutableList<SensorType<? extends Sensor<? super VillagerEntity>>>
VillagerEntity. SENSORS