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.
not entirely finished, but it's getting late...
- Loading branch information
Showing
77 changed files
with
410 additions
and
40 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
CLASS net/minecraft/class_2445 net/minecraft/block/PumpkinBlock | ||
FIELD field_46419 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_55777 (Lnet/minecraft/class_1268;Lnet/minecraft/class_1657;)V | ||
ARG 1 playerx |
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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/entity/ArmadilloEntityRenderer.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,2 @@ | ||
CLASS net/minecraft/class_9084 net/minecraft/client/render/entity/ArmadilloEntityRenderer | ||
FIELD field_47887 TEXTURE Lnet/minecraft/class_2960; |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/client/render/entity/BreezeEntityRenderer.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,2 +1,5 @@ | ||
CLASS net/minecraft/class_8986 net/minecraft/client/render/entity/BreezeEntityRenderer | ||
FIELD field_47475 TEXTURE Lnet/minecraft/class_2960; | ||
METHOD method_55830 updatePartVisibility (Lnet/minecraft/class_8973;[Lnet/minecraft/class_630;)Lnet/minecraft/class_8973; | ||
ARG 0 model | ||
ARG 1 modelParts |
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
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/client/render/entity/animation/ArmadilloAnimations.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_9079 net/minecraft/client/render/entity/animation/ArmadilloAnimations | ||
FIELD field_47843 ROLLING Lnet/minecraft/class_7184; | ||
FIELD field_47844 IDLE Lnet/minecraft/class_7184; | ||
FIELD field_47845 SCARED Lnet/minecraft/class_7184; |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer.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,5 @@ | ||
CLASS net/minecraft/class_9085 net/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer | ||
FIELD field_47890 model Lnet/minecraft/class_624; | ||
METHOD <init> (Lnet/minecraft/class_3883;Lnet/minecraft/class_5599;)V | ||
ARG 1 context | ||
ARG 2 loader |
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/client/render/entity/model/ArmadilloEntityModel.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_9082 net/minecraft/client/render/entity/model/ArmadilloEntityModel | ||
FIELD field_47864 HEAD_CUBE Ljava/lang/String; | ||
FIELD field_47865 RIGHT_EAR_CUBE Ljava/lang/String; | ||
FIELD field_47866 LEFT_EAR_CUBE Ljava/lang/String; | ||
FIELD field_47867 root Lnet/minecraft/class_630; | ||
FIELD field_47868 body Lnet/minecraft/class_630; | ||
FIELD field_47869 rightHindLeg Lnet/minecraft/class_630; | ||
FIELD field_47870 leftHindLeg Lnet/minecraft/class_630; | ||
FIELD field_47871 cube Lnet/minecraft/class_630; | ||
FIELD field_47872 head Lnet/minecraft/class_630; | ||
FIELD field_47873 tail Lnet/minecraft/class_630; | ||
METHOD <init> (Lnet/minecraft/class_630;)V | ||
ARG 1 root | ||
METHOD method_55818 getTexturedModelData ()Lnet/minecraft/class_5607; |
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 @@ | ||
CLASS net/minecraft/class_9061 net/minecraft/datafixer/schema/Schema3799 |
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
20 changes: 20 additions & 0 deletions
20
mappings/net/minecraft/entity/EntityAttachmentType.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,20 @@ | ||
CLASS net/minecraft/class_9064 net/minecraft/entity/EntityAttachmentType | ||
FIELD field_47746 point Lnet/minecraft/class_9064$class_9065; | ||
METHOD <init> (Ljava/lang/String;ILnet/minecraft/class_9064$class_9065;)V | ||
ARG 3 point | ||
METHOD method_55670 createPoint (FF)Ljava/util/List; | ||
ARG 1 width | ||
ARG 2 height | ||
CLASS class_9065 Point | ||
FIELD field_47748 NONE Ljava/util/List; | ||
FIELD field_47749 ZERO Lnet/minecraft/class_9064$class_9065; | ||
FIELD field_47750 AT_HEIGHT Lnet/minecraft/class_9064$class_9065; | ||
METHOD create (FF)Ljava/util/List; | ||
ARG 1 width | ||
ARG 2 height | ||
METHOD method_55671 (FF)Ljava/util/List; | ||
ARG 0 width | ||
ARG 1 height | ||
METHOD method_55672 (FF)Ljava/util/List; | ||
ARG 0 width | ||
ARG 1 height |
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,45 @@ | ||
CLASS net/minecraft/class_9066 net/minecraft/entity/EntityAttachments | ||
FIELD field_47751 DEFAULT Lnet/minecraft/class_9066; | ||
FIELD field_47752 points Ljava/util/Map; | ||
METHOD <init> (Ljava/util/Map;)V | ||
ARG 1 points | ||
METHOD method_55673 create ()Lnet/minecraft/class_9066$class_9067; | ||
METHOD method_55674 scale (FFF)Lnet/minecraft/class_9066; | ||
ARG 1 xScale | ||
ARG 2 yScale | ||
ARG 3 zScale | ||
METHOD method_55675 getPointNullable (Lnet/minecraft/class_9064;IF)Lnet/minecraft/class_243; | ||
ARG 1 type | ||
ARG 2 index | ||
ARG 3 yaw | ||
METHOD method_55676 rotatePoint (Lnet/minecraft/class_243;F)Lnet/minecraft/class_243; | ||
ARG 0 point | ||
ARG 1 yaw | ||
METHOD method_55677 scalePoints (Ljava/util/List;FFF)Ljava/util/List; | ||
ARG 0 points | ||
ARG 1 xScale | ||
ARG 2 yScale | ||
ARG 3 zScale | ||
METHOD method_55678 getPoint (Lnet/minecraft/class_9064;IF)Lnet/minecraft/class_243; | ||
ARG 1 type | ||
ARG 2 index | ||
ARG 3 yaw | ||
METHOD method_55679 getPointOrDefault (Lnet/minecraft/class_9064;IF)Lnet/minecraft/class_243; | ||
ARG 1 type | ||
ARG 2 index | ||
ARG 3 yaw | ||
CLASS class_9067 Builder | ||
FIELD field_47753 points Ljava/util/Map; | ||
METHOD method_55680 build (FF)Lnet/minecraft/class_9066; | ||
ARG 1 width | ||
ARG 2 height | ||
METHOD method_55681 (Lnet/minecraft/class_9064;)Ljava/util/List; | ||
ARG 0 list | ||
METHOD method_55682 add (Lnet/minecraft/class_9064;FFF)Lnet/minecraft/class_9066$class_9067; | ||
ARG 1 type | ||
ARG 2 x | ||
ARG 3 y | ||
ARG 4 z | ||
METHOD method_55683 add (Lnet/minecraft/class_9064;Lnet/minecraft/class_243;)Lnet/minecraft/class_9066$class_9067; | ||
ARG 1 type | ||
ARG 2 point |
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
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/entity/ai/brain/sensor/ArmadilloScareDetectedSensor.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,19 @@ | ||
CLASS net/minecraft/class_9068 net/minecraft/entity/ai/brain/sensor/ArmadilloScareDetectedSensor | ||
FIELD field_47764 threateningEntityPredicate Ljava/util/function/BiPredicate; | ||
FIELD field_47765 canRollUpPredicate Ljava/util/function/Predicate; | ||
FIELD field_47766 memoryModuleType Lnet/minecraft/class_4140; | ||
FIELD field_47767 expiry I | ||
METHOD <init> (ILjava/util/function/BiPredicate;Ljava/util/function/Predicate;Lnet/minecraft/class_4140;I)V | ||
ARG 1 senseInterval | ||
ARG 2 threateningEntityPredicate | ||
ARG 3 canRollUpPredicate | ||
ARG 4 memoryModuleType | ||
ARG 5 expiry | ||
METHOD method_55702 tryDetectThreat (Lnet/minecraft/class_1309;)V | ||
ARG 1 entity | ||
METHOD method_55703 (Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Z | ||
ARG 2 threat | ||
METHOD method_55704 onDetected (Lnet/minecraft/class_1309;)V | ||
ARG 1 entity | ||
METHOD method_55705 clear (Lnet/minecraft/class_1309;)V | ||
ARG 1 entity |
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
Oops, something went wrong.