Class WanderAroundTask
java.lang.Object
net.minecraft.entity.ai.brain.task.MultiTickTask<MobEntity>
net.minecraft.entity.ai.brain.task.WanderAroundTask
- Direct Known Subclasses:
BreezeBrain.SlideAroundTask
- Mappings:
Namespace Name named net/minecraft/entity/ai/brain/task/WanderAroundTask
intermediary net/minecraft/class_4112
official bwu
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
MultiTickTask.Status
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private int
private float
Fields inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
DEFAULT_RUN_TIME, requiredMemoryStates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
finishRunning
(ServerWorld serverWorld, MobEntity mobEntity, long long2) private boolean
hasFinishedPath
(MobEntity entity, WalkTarget walkTarget, long time) private boolean
hasReached
(MobEntity entity, WalkTarget walkTarget) private static boolean
isTargetSpectator
(WalkTarget target) protected void
keepRunning
(ServerWorld serverWorld, MobEntity mobEntity, long long2) protected void
run
(ServerWorld serverWorld, MobEntity mobEntity, long long2) protected boolean
shouldKeepRunning
(ServerWorld serverWorld, MobEntity mobEntity, long long2) protected boolean
shouldRun
(ServerWorld serverWorld, MobEntity mobEntity) Methods inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
getName, getStatus, hasRequiredMemoryState, isTimeLimitExceeded, stop, tick, tryStarting
-
Field Details
-
MAX_UPDATE_COUNTDOWN
private static final int MAX_UPDATE_COUNTDOWN- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_UPDATE_COUNTDOWN
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;MAX_UPDATE_COUNTDOWN:I
intermediary field_30150
Lnet/minecraft/class_4112;field_30150:I
official c
Lbwu;c:I
-
pathUpdateCountdownTicks
private int pathUpdateCountdownTicks- Mappings:
Namespace Name Mixin selector named pathUpdateCountdownTicks
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;pathUpdateCountdownTicks:I
intermediary field_18964
Lnet/minecraft/class_4112;field_18964:I
official d
Lbwu;d:I
-
path
- Mappings:
Namespace Name Mixin selector named path
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;path:Lnet/minecraft/entity/ai/pathing/Path;
intermediary field_18369
Lnet/minecraft/class_4112;field_18369:Lnet/minecraft/class_11;
official e
Lbwu;e:Leol;
-
lookTargetPos
- Mappings:
Namespace Name Mixin selector named lookTargetPos
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;lookTargetPos:Lnet/minecraft/util/math/BlockPos;
intermediary field_18370
Lnet/minecraft/class_4112;field_18370:Lnet/minecraft/class_2338;
official f
Lbwu;f:Liz;
-
speed
private float speed- Mappings:
Namespace Name Mixin selector named speed
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;speed:F
intermediary field_18371
Lnet/minecraft/class_4112;field_18371:F
official g
Lbwu;g:F
-
-
Constructor Details
-
WanderAroundTask
public WanderAroundTask() -
WanderAroundTask
public WanderAroundTask(int minRunTime, int maxRunTime) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;<init>(II)V
intermediary <init>
Lnet/minecraft/class_4112;<init>(II)V
official <init>
Lbwu;<init>(II)V
-
-
Method Details
-
shouldRun
- Overrides:
shouldRun
in classMultiTickTask<MobEntity>
- Mappings:
Namespace Name Mixin selector named shouldRun
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;)Z
intermediary method_18978
Lnet/minecraft/class_4112;method_18978(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;)Z
official a
Lbwu;a(Larf;Lbtt;)Z
-
shouldKeepRunning
- Overrides:
shouldKeepRunning
in classMultiTickTask<MobEntity>
- Mappings:
Namespace Name Mixin selector named shouldKeepRunning
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;shouldKeepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;J)Z
intermediary method_18979
Lnet/minecraft/class_4112;method_18979(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;J)Z
official a
Lbwu;a(Larf;Lbtt;J)Z
-
finishRunning
- Overrides:
finishRunning
in classMultiTickTask<MobEntity>
- Mappings:
Namespace Name Mixin selector named finishRunning
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;finishRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;J)V
intermediary method_18981
Lnet/minecraft/class_4112;method_18981(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;J)V
official b
Lbwu;b(Larf;Lbtt;J)V
-
run
- Overrides:
run
in classMultiTickTask<MobEntity>
- Mappings:
Namespace Name Mixin selector named run
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;J)V
intermediary method_18982
Lnet/minecraft/class_4112;method_18982(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;J)V
official c
Lbwu;c(Larf;Lbtt;J)V
-
keepRunning
- Overrides:
keepRunning
in classMultiTickTask<MobEntity>
- Mappings:
Namespace Name Mixin selector named keepRunning
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;keepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;J)V
intermediary method_18983
Lnet/minecraft/class_4112;method_18983(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;J)V
official d
Lbwu;d(Larf;Lbtt;J)V
-
hasFinishedPath
- Mappings:
Namespace Name Mixin selector named hasFinishedPath
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;hasFinishedPath(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/ai/brain/WalkTarget;J)Z
intermediary method_18977
Lnet/minecraft/class_4112;method_18977(Lnet/minecraft/class_1308;Lnet/minecraft/class_4142;J)Z
official a
Lbwu;a(Lbtt;Lccy;J)Z
-
hasReached
- Mappings:
Namespace Name Mixin selector named hasReached
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;hasReached(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/ai/brain/WalkTarget;)Z
intermediary method_18980
Lnet/minecraft/class_4112;method_18980(Lnet/minecraft/class_1308;Lnet/minecraft/class_4142;)Z
official a
Lbwu;a(Lbtt;Lccy;)Z
-
isTargetSpectator
- Mappings:
Namespace Name Mixin selector named isTargetSpectator
Lnet/minecraft/entity/ai/brain/task/WanderAroundTask;isTargetSpectator(Lnet/minecraft/entity/ai/brain/WalkTarget;)Z
intermediary method_49793
Lnet/minecraft/class_4112;method_49793(Lnet/minecraft/class_4142;)Z
official a
Lbwu;a(Lccy;)Z
-