-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise many Brain task names related to Walk and Look targets
- Loading branch information
Sparrow Mica
committed
Sep 21, 2024
1 parent
3942ea3
commit 0c0a559
Showing
16 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
19 changes: 0 additions & 19 deletions
19
mappings/net/minecraft/entity/ai/brain/task/FindWalkTargetTask.mapping
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ty/ai/brain/task/GoToIfNearbyTask.mapping → ...entity/ai/brain/task/GoAroundTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...y/ai/brain/task/WanderIndoorsTask.mapping → ...ntity/ai/brain/task/GoIndoorsTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/entity/ai/brain/task/GoToCloserPointOfInterestTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
CLASS net/minecraft/class_4458 net/minecraft/entity/ai/brain/task/GoToCloserPointOfInterestTask | ||
METHOD method_46934 create (FI)Lnet/minecraft/class_7893; | ||
ARG 0 speed | ||
ARG 1 completionRange | ||
METHOD method_46935 (FILnet/minecraft/class_7898$class_7900;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 2 context | ||
METHOD method_46936 (FILnet/minecraft/class_7906;)Lnet/minecraft/class_7911; | ||
ARG 2 walkTarget | ||
METHOD method_46937 (Lnet/minecraft/class_7906;FILnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)Z | ||
ARG 3 world | ||
ARG 4 entity | ||
ARG 5 time | ||
METHOD method_46938 (Lnet/minecraft/class_4153;Lnet/minecraft/class_2338;)D | ||
ARG 1 pos |
2 changes: 1 addition & 1 deletion
2
...entity/ai/brain/task/WalkHomeTask.mapping → ...entity/ai/brain/task/GoToHomeTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rain/task/GoTowardsLookTargetTask.mapping → .../ai/brain/task/GoToLookTargetTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 18 additions & 13 deletions
31
mappings/net/minecraft/entity/ai/brain/task/GoToPointOfInterestTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
CLASS net/minecraft/class_4458 net/minecraft/entity/ai/brain/task/GoToPointOfInterestTask | ||
METHOD method_46934 create (FI)Lnet/minecraft/class_7893; | ||
ARG 0 speed | ||
ARG 1 completionRange | ||
METHOD method_46935 (FILnet/minecraft/class_7898$class_7900;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 2 context | ||
METHOD method_46936 (FILnet/minecraft/class_7906;)Lnet/minecraft/class_7911; | ||
ARG 2 walkTarget | ||
METHOD method_46937 (Lnet/minecraft/class_7906;FILnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)Z | ||
ARG 3 world | ||
ARG 4 entity | ||
ARG 5 time | ||
METHOD method_46938 (Lnet/minecraft/class_4153;Lnet/minecraft/class_2338;)D | ||
CLASS net/minecraft/class_4117 net/minecraft/entity/ai/brain/task/GoToPointOfInterestTask | ||
FIELD field_30186 DEFAULT_HORIZONTAL_RANGE I | ||
FIELD field_30187 DEFAULT_VERTICAL_RANGE I | ||
METHOD method_47191 create (F)Lnet/minecraft/class_7894; | ||
ARG 0 walkSpeed | ||
METHOD method_47192 create (FII)Lnet/minecraft/class_7894; | ||
ARG 0 walkSpeed | ||
ARG 1 horizontalRange | ||
ARG 2 verticalRange | ||
METHOD method_47193 (FLnet/minecraft/class_243;)Lnet/minecraft/class_4142; | ||
ARG 1 pos | ||
METHOD method_47194 (IIFLnet/minecraft/class_7898$class_7900;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 3 context | ||
METHOD method_47195 (IIFLnet/minecraft/class_7906;)Lnet/minecraft/class_7911; | ||
ARG 3 walkTarget | ||
METHOD method_47196 (IILnet/minecraft/class_7906;FLnet/minecraft/class_3218;Lnet/minecraft/class_1314;J)Z | ||
ARG 4 world | ||
ARG 5 entity | ||
ARG 6 time |
2 changes: 1 addition & 1 deletion
2
...brain/task/GoToNearbyPositionTask.mapping → .../entity/ai/brain/task/GoToPosTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/task/FindRandomLookTargetTask.mapping → ...tity/ai/brain/task/LookAroundTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tity/ai/brain/task/LookTargetUtil.mapping → ...t/entity/ai/brain/task/TargetUtil.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...entity/ai/brain/task/GoToWorkTask.mapping → ...y/ai/brain/task/UpdateJobSiteTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ty/ai/brain/task/LookAtTargetTask.mapping → .../brain/task/UpdateLookControlTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/task/WalkTowardClosestAdultTask.mapping → .../task/WalkTowardsClosestAdultTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../ai/brain/task/WalkTowardsPosTask.mapping → ...rain/task/WalkTowardsFuzzyPosTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../brain/task/WalkTowardJobSiteTask.mapping → ...brain/task/WalkTowardsJobSiteTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...alkToNearestVisibleWantedItemTask.mapping → ...wardsNearestVisibleWantedItemTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters