Class GolemLastSeenSensor
java.lang.Object
net.minecraft.entity.ai.brain.sensor.Sensor<LivingEntity>
net.minecraft.entity.ai.brain.sensor.GolemLastSeenSensor
public class GolemLastSeenSensor extends Sensor<LivingEntity>
- Mappings:
Namespace Name official azt
intermediary net/minecraft/class_4307
named net/minecraft/entity/ai/brain/sensor/GolemLastSeenSensor
-
Constructor Summary
Constructors Constructor Description GolemLastSeenSensor()
GolemLastSeenSensor(int senseInterval)
-
Method Summary
Modifier and Type Method Description Set<MemoryModuleType<?>>
getOutputMemoryModules()
static void
rememberIronGolem(LivingEntity entity)
protected void
sense(ServerWorld world, LivingEntity entity)
static void
senseIronGolem(LivingEntity entity)
Methods inherited from class net.minecraft.entity.ai.brain.sensor.Sensor
testTargetPredicate, tick
-
Constructor Details
-
GolemLastSeenSensor
public GolemLastSeenSensor() -
GolemLastSeenSensor
public GolemLastSeenSensor(int senseInterval)- Mappings:
Namespace Name Mixin selector official <init>
Lbaf;<init>(I)V
intermediary <init>
Lnet/minecraft/class_4148;<init>(I)V
named <init>
Lnet/minecraft/entity/ai/brain/sensor/Sensor;<init>(I)V
-
-
Method Details
-
sense
- Specified by:
sense
in classSensor<LivingEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbaf;a(Laav;Lari;)V
intermediary method_19101
Lnet/minecraft/class_4148;method_19101(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;)V
named sense
Lnet/minecraft/entity/ai/brain/sensor/Sensor;sense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;)V
-
getOutputMemoryModules
- Specified by:
getOutputMemoryModules
in classSensor<LivingEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbaf;a()Ljava/util/Set;
intermediary method_19099
Lnet/minecraft/class_4148;method_19099()Ljava/util/Set;
named getOutputMemoryModules
Lnet/minecraft/entity/ai/brain/sensor/Sensor;getOutputMemoryModules()Ljava/util/Set;
-
senseIronGolem
- Mappings:
Namespace Name Mixin selector official a
Lazt;a(Lari;)V
intermediary method_20656
Lnet/minecraft/class_4307;method_20656(Lnet/minecraft/class_1309;)V
named senseIronGolem
Lnet/minecraft/entity/ai/brain/sensor/GolemLastSeenSensor;senseIronGolem(Lnet/minecraft/entity/LivingEntity;)V
-
rememberIronGolem
- Mappings:
Namespace Name Mixin selector official b
Lazt;b(Lari;)V
intermediary method_30233
Lnet/minecraft/class_4307;method_30233(Lnet/minecraft/class_1309;)V
named rememberIronGolem
Lnet/minecraft/entity/ai/brain/sensor/GolemLastSeenSensor;rememberIronGolem(Lnet/minecraft/entity/LivingEntity;)V
-