-
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 some Entity Brain Tasks names to better reflect their function (…
…#3992) * Revise some Entity Brain Tasks names to better reflect their function * Revise many Brain task names related to Walk and Look targets --------- Co-authored-by: Sparrow Mica <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Shnupbups <[email protected]>
- Loading branch information
1 parent
b5a1fca
commit dbd154f
Showing
19 changed files
with
67 additions
and
67 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
18 changes: 10 additions & 8 deletions
18
mappings/net/minecraft/entity/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
CLASS net/minecraft/class_4110 net/minecraft/entity/ai/brain/task/LookAroundTask | ||
METHOD <init> (II)V | ||
ARG 1 minRunTime | ||
ARG 2 maxRunTime | ||
METHOD method_18966 (Lnet/minecraft/class_1308;Lnet/minecraft/class_4115;)V | ||
ARG 1 lookTarget | ||
METHOD method_19569 (Lnet/minecraft/class_1308;Lnet/minecraft/class_4115;)Z | ||
ARG 1 lookTarget | ||
CLASS net/minecraft/class_7687 net/minecraft/entity/ai/brain/task/LookAroundTask | ||
FIELD field_40119 cooldown Lnet/minecraft/class_6017; | ||
FIELD field_40120 maxYaw F | ||
FIELD field_40121 minPitch F | ||
FIELD field_40122 pitchRange F | ||
METHOD <init> (Lnet/minecraft/class_6017;FFF)V | ||
ARG 1 cooldown | ||
ARG 2 maxYaw | ||
ARG 3 minPitch | ||
ARG 4 maxPitch |
10 changes: 0 additions & 10 deletions
10
mappings/net/minecraft/entity/ai/brain/task/RandomLookAroundTask.mapping
This file was deleted.
Oops, something went wrong.
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
6 changes: 0 additions & 6 deletions
6
mappings/net/minecraft/entity/ai/brain/task/TemptationCooldownTask.mapping
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/entity/ai/brain/task/TickCooldownTask.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,6 @@ | ||
CLASS net/minecraft/class_5753 net/minecraft/entity/ai/brain/task/TickCooldownTask | ||
FIELD field_30113 cooldownModule Lnet/minecraft/class_4140; | ||
METHOD <init> (Lnet/minecraft/class_4140;)V | ||
ARG 1 cooldownModule | ||
METHOD method_33194 getRemainingCooldownTicks (Lnet/minecraft/class_1309;)Ljava/util/Optional; | ||
ARG 1 entity |
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
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/entity/ai/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS net/minecraft/class_4110 net/minecraft/entity/ai/brain/task/UpdateLookControlTask | ||
METHOD <init> (II)V | ||
ARG 1 minRunTime | ||
ARG 2 maxRunTime | ||
METHOD method_18966 (Lnet/minecraft/class_1308;Lnet/minecraft/class_4115;)V | ||
ARG 1 lookTarget | ||
METHOD method_19569 (Lnet/minecraft/class_1308;Lnet/minecraft/class_4115;)Z | ||
ARG 1 lookTarget |
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