Class LookAtDisturbanceTask
java.lang.Object
net.minecraft.entity.ai.brain.task.Task<WardenEntity>
net.minecraft.entity.ai.brain.task.LookAtDisturbanceTask
- Mappings:
Namespace Name official bhi
intermediary net/minecraft/class_7257
named net/minecraft/entity/ai/brain/task/LookAtDisturbanceTask
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.brain.task.Task
Task.Status
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.brain.task.Task
DEFAULT_RUN_TIME, requiredMemoryStates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
run
(ServerWorld serverWorld, WardenEntity wardenEntity, long long2) protected boolean
shouldRun
(ServerWorld serverWorld, WardenEntity wardenEntity) Methods inherited from class net.minecraft.entity.ai.brain.task.Task
finishRunning, getStatus, isTimeLimitExceeded, keepRunning, shouldKeepRunning, stop, tick, toString, tryStarting
-
Constructor Details
-
LookAtDisturbanceTask
public LookAtDisturbanceTask()
-
-
Method Details
-
shouldRun
- Overrides:
shouldRun
in classTask<WardenEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbhi;a(Lagg;Lbtg;)Z
intermediary method_43111
Lnet/minecraft/class_7257;method_43111(Lnet/minecraft/class_3218;Lnet/minecraft/class_7260;)Z
named shouldRun
Lnet/minecraft/entity/ai/brain/task/LookAtDisturbanceTask;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/WardenEntity;)Z
-
run
- Overrides:
run
in classTask<WardenEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbhi;a(Lagg;Lbtg;J)V
intermediary method_42196
Lnet/minecraft/class_7257;method_42196(Lnet/minecraft/class_3218;Lnet/minecraft/class_7260;J)V
named run
Lnet/minecraft/entity/ai/brain/task/LookAtDisturbanceTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/WardenEntity;J)V
-