Uses of Class
net.minecraft.world.entity.ai.sensing.Sensor
Packages that use Sensor
Package
Description
-
Uses of Sensor in net.minecraft.world.entity.ai
Fields in net.minecraft.world.entity.ai with type parameters of type SensorModifier and TypeFieldDescriptionBrain.sensors
Brain.sensors
private final Collection<? extends SensorType<? extends Sensor<? super E>>>
Brain.Provider.sensorTypes
-
Uses of Sensor in net.minecraft.world.entity.ai.sensing
Classes in net.minecraft.world.entity.ai.sensing with type parameters of type SensorSubclasses of Sensor in net.minecraft.world.entity.ai.sensingModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
NearestLivingEntitySensor<T extends LivingEntity>
class
class
class
class
class
class
class
class
class
Methods in net.minecraft.world.entity.ai.sensing with type parameters of type Sensor -
Uses of Sensor in net.minecraft.world.entity.animal.allay
Fields in net.minecraft.world.entity.animal.allay with type parameters of type SensorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Allay>>>
Allay.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.animal.axolotl
Fields in net.minecraft.world.entity.animal.axolotl with type parameters of type SensorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super Axolotl>>>
Axolotl.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.animal.camel
Fields in net.minecraft.world.entity.animal.camel with type parameters of type SensorModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Camel>>>
CamelAi.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog with type parameters of type SensorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Frog>>>
Frog.SENSOR_TYPES
protected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Tadpole>>>
Tadpole.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.animal.goat
Fields in net.minecraft.world.entity.animal.goat with type parameters of type SensorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Goat>>>
Goat.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.animal.sniffer
Fields in net.minecraft.world.entity.animal.sniffer with type parameters of type SensorModifier and TypeFieldDescription(package private) static final List<SensorType<? extends Sensor<? super Sniffer>>>
SnifferAi.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster with type parameters of type SensorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super Zoglin>>>
Zoglin.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.monster.breeze
Fields in net.minecraft.world.entity.monster.breeze with type parameters of type SensorModifier and TypeFieldDescription(package private) static final List<SensorType<? extends Sensor<? super Breeze>>>
BreezeAi.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.monster.hoglin
Fields in net.minecraft.world.entity.monster.hoglin with type parameters of type SensorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super Hoglin>>>
Hoglin.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.monster.piglin
Fields in net.minecraft.world.entity.monster.piglin with type parameters of type SensorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Piglin>>>
Piglin.SENSOR_TYPES
protected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super PiglinBrute>>>
PiglinBrute.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.monster.warden
Fields in net.minecraft.world.entity.monster.warden with type parameters of type SensorModifier and TypeFieldDescriptionprivate static final List<SensorType<? extends Sensor<? super Warden>>>
WardenAi.SENSOR_TYPES
-
Uses of Sensor in net.minecraft.world.entity.npc
Fields in net.minecraft.world.entity.npc with type parameters of type SensorModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Villager>>>
Villager.SENSOR_TYPES
-
Uses of Sensor in net.minecraftforge.common.util
Fields in net.minecraftforge.common.util with type parameters of type SensorModifier and TypeFieldDescriptionprivate final Collection<SensorType<? extends Sensor<? super E>>>
BrainBuilder.sensorTypes
Methods in net.minecraftforge.common.util that return types with arguments of type SensorModifier and TypeMethodDescriptionCollection<SensorType<? extends Sensor<? super E>>>
BrainBuilder.getSensorTypes()