-
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
- Loading branch information
Sparrow Mica
committed
Sep 20, 2024
1 parent
abd73d5
commit 3942ea3
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...i/brain/task/RandomLookAroundTask.mapping → ...ain/task/FindRandomLookTargetTask.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/LookAroundTask.mapping → ...ty/ai/brain/task/LookAtTargetTask.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 |