forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
further repackaging and mapping of spawner stuff breeze tasks and stuff command actions from last week
- Loading branch information
Showing
19 changed files
with
142 additions
and
16 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ock/entity/spawner/EntityDetector.mapping → ...raft/block/spawner/EntityDetector.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
...t/minecraft/world/MobSpawnerEntry.mapping → ...aft/block/spawner/MobSpawnerEntry.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
...t/minecraft/world/MobSpawnerLogic.mapping → ...aft/block/spawner/MobSpawnerLogic.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
7 changes: 7 additions & 0 deletions
7
mappings/net/minecraft/block/spawner/TrialSpawnerConfig.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,7 @@ | ||
CLASS net/minecraft/class_8965 net/minecraft/block/spawner/TrialSpawnerConfig | ||
FIELD field_47367 defaultInstance Lnet/minecraft/class_8965; | ||
FIELD field_47368 codec Lcom/mojang/serialization/MapCodec; | ||
METHOD method_55179 getTotalMobs (I)I | ||
ARG 1 additionalPlayers | ||
METHOD method_55181 getSimultaneousMobs (I)I | ||
ARG 1 additionalPlayers |
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
26 changes: 21 additions & 5 deletions
26
.../entity/spawner/TrialSpawnerLogic.mapping → ...t/block/spawner/TrialSpawnerLogic.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
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/command/FallthroughCommandAction.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,3 @@ | ||
CLASS net/minecraft/class_8939 net/minecraft/command/FallthroughCommandAction | ||
FIELD field_47169 INSTANCE Lnet/minecraft/class_8939; | ||
METHOD method_54899 getInstance ()Lnet/minecraft/class_8853; |
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_8940 net/minecraft/command/IsolatedCommandAction | ||
FIELD field_47170 controlConsumer Ljava/util/function/Consumer; | ||
FIELD field_47171 returnValueConsumer Lnet/minecraft/class_8935; | ||
METHOD <init> (Ljava/util/function/Consumer;Lnet/minecraft/class_8935;)V | ||
ARG 1 controlConsumer | ||
ARG 2 returnValueConsumer |
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
38 changes: 38 additions & 0 deletions
38
mappings/net/minecraft/entity/ai/brain/task/BreezeJumpTask.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,38 @@ | ||
CLASS net/minecraft/class_8952 net/minecraft/entity/ai/brain/task/BreezeJumpTask | ||
FIELD field_47289 REQUIRED_SPACE_ABOVE I | ||
FIELD field_47290 MAX_JUMP_DISTANCE D | ||
FIELD field_47291 JUMP_COOLDOWN_EXPIRY I | ||
FIELD field_47292 JUMP_COOLDOWN_EXPIRY_WHEN_HURT I | ||
FIELD field_47293 JUMP_INHALING_EXPIRY I | ||
FIELD field_47294 MAX_JUMP_VELOCITY F | ||
FIELD field_47295 POSSIBLE_JUMP_ANGLES Lit/unimi/dsi/fastutil/objects/ObjectArrayList; | ||
METHOD method_55022 getRandomPosBehindTarget (Lnet/minecraft/class_1309;Lnet/minecraft/class_5819;)Lnet/minecraft/class_243; | ||
ARG 0 target | ||
ARG 1 random | ||
METHOD method_55023 getPosToJumpTo (Lnet/minecraft/class_1309;Lnet/minecraft/class_243;)Lnet/minecraft/class_2338; | ||
ARG 0 breeze | ||
ARG 1 pos | ||
METHOD method_55024 shouldStopInhalingPose (Lnet/minecraft/class_8949;)Z | ||
ARG 0 breeze | ||
METHOD method_55025 getJumpingVelocity (Lnet/minecraft/class_8949;Lnet/minecraft/class_5819;Lnet/minecraft/class_243;)Ljava/util/Optional; | ||
ARG 0 breeze | ||
ARG 1 random | ||
ARG 2 jumpTarget | ||
METHOD method_55026 isTargetOutOfRange (Lnet/minecraft/class_8949;Lnet/minecraft/class_1309;)Z | ||
ARG 0 breeze | ||
ARG 1 target | ||
METHOD method_55027 canJumpTo (Lnet/minecraft/class_8949;Lnet/minecraft/class_243;)Z | ||
ARG 0 breeze | ||
ARG 1 jumpPos | ||
METHOD method_55028 (Lnet/minecraft/class_8949;Lnet/minecraft/class_2338;)Ljava/util/Optional; | ||
ARG 1 jumpTarget | ||
METHOD method_55029 hasRoomToJump (Lnet/minecraft/class_3218;Lnet/minecraft/class_8949;)Z | ||
ARG 0 world | ||
ARG 1 breeze | ||
METHOD method_55031 shouldStopLongJumpingPose (Lnet/minecraft/class_8949;)Z | ||
ARG 0 breeze | ||
METHOD method_55032 isTargetTooClose (Lnet/minecraft/class_8949;Lnet/minecraft/class_1309;)Z | ||
ARG 0 breeze | ||
ARG 1 target | ||
METHOD method_55033 (Lnet/minecraft/class_8949;Lnet/minecraft/class_2338;)V | ||
ARG 1 jumpTarget |
21 changes: 21 additions & 0 deletions
21
mappings/net/minecraft/entity/ai/brain/task/BreezeShootTask.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,21 @@ | ||
CLASS net/minecraft/class_8953 net/minecraft/entity/ai/brain/task/BreezeShootTask | ||
FIELD field_47296 MIN_SQUARED_RANGE I | ||
FIELD field_47297 MAX_SQUARED_RANGE I | ||
FIELD field_47298 BASE_PROJECTILE_DIVERGENCY I | ||
FIELD field_47299 PROJECTILE_DIVERGENCY_DIFFICULTY_MODIFIER I | ||
FIELD field_47300 PROJECTILE_SPEED F | ||
FIELD field_47301 SHOOT_CHARGING_EXPIRY I | ||
FIELD field_47302 RECOVER_EXPIRY I | ||
FIELD field_47303 SHOOT_COOLDOWN_EXPIRY I | ||
METHOD method_55038 isFacingTarget (Lnet/minecraft/class_8949;Lnet/minecraft/class_1309;)Z | ||
ARG 0 breeze | ||
ARG 1 target | ||
METHOD method_55039 (Lnet/minecraft/class_8949;Ljava/lang/Boolean;)Ljava/lang/Boolean; | ||
ARG 1 withinRange | ||
METHOD method_55041 isTargetWithinRange (Lnet/minecraft/class_8949;Lnet/minecraft/class_1309;)Z | ||
ARG 0 breeze | ||
ARG 1 target | ||
METHOD method_55043 (Lnet/minecraft/class_8949;Lnet/minecraft/class_1309;)V | ||
ARG 1 target | ||
METHOD method_55045 (Lnet/minecraft/class_8949;Lnet/minecraft/class_1309;)Ljava/lang/Boolean; | ||
ARG 1 target |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/entity/ai/brain/task/BreezeSlideTowardsTargetTask.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,4 @@ | ||
CLASS net/minecraft/class_8954 net/minecraft/entity/ai/brain/task/BreezeSlideTowardsTargetTask | ||
METHOD method_55048 getRandomPosInMediumRange (Lnet/minecraft/class_8949;Lnet/minecraft/class_1309;)Lnet/minecraft/class_243; | ||
ARG 0 breeze | ||
ARG 1 target |
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
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
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
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
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,12 @@ | ||
CLASS net/minecraft/class_8946 net/minecraft/util/math/LongJumpUtil | ||
METHOD method_54989 isPathClear (Lnet/minecraft/class_1308;Lnet/minecraft/class_4048;Lnet/minecraft/class_243;Lnet/minecraft/class_243;)Z | ||
ARG 0 entity | ||
ARG 1 dimensions | ||
ARG 2 prevPos | ||
ARG 3 nextPos | ||
METHOD method_54990 getJumpingVelocity (Lnet/minecraft/class_1308;Lnet/minecraft/class_243;FIZ)Ljava/util/Optional; | ||
ARG 0 entity | ||
ARG 1 jumpTarget | ||
ARG 2 maxVelocity | ||
ARG 3 angle | ||
ARG 4 requireClearPath |
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