-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* oh lord * the rest * Fix conflict * Map components * Map items * Map text * Map blocks, etc * command, data, enchantment, inventory packages --------- Co-authored-by: apple502j <[email protected]>
- Loading branch information
Showing
126 changed files
with
1,637 additions
and
54 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
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 |
---|---|---|
@@ -1,9 +1,19 @@ | ||
CLASS net/minecraft/class_8526 net/minecraft/block/entity/Sherds | ||
FIELD field_44707 DEFAULT Lnet/minecraft/class_8526; | ||
FIELD field_49414 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_49415 PACKET_CODEC Lnet/minecraft/class_9139; | ||
METHOD <init> (Ljava/util/List;)V | ||
ARG 1 sherds | ||
METHOD <init> (Lnet/minecraft/class_1792;Lnet/minecraft/class_1792;Lnet/minecraft/class_1792;Lnet/minecraft/class_1792;)V | ||
ARG 1 back | ||
ARG 2 left | ||
ARG 3 right | ||
ARG 4 front | ||
METHOD method_51512 stream ()Ljava/util/List; | ||
METHOD method_51513 toNbt (Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487; | ||
ARG 1 nbt | ||
METHOD method_51514 getSherd (Ljava/util/List;I)Ljava/util/Optional; | ||
ARG 0 sherds | ||
ARG 1 index | ||
METHOD method_51516 fromNbt (Lnet/minecraft/class_2487;)Lnet/minecraft/class_8526; | ||
ARG 0 nbt |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/client/render/entity/model/BoggedEntityModel.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_9321 net/minecraft/client/render/entity/model/BoggedEntityModel | ||
FIELD field_49563 mushrooms Lnet/minecraft/class_630; | ||
METHOD method_57793 getTexturedModelData ()Lnet/minecraft/class_5607; |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/entity/model/SkeletonEntityModel.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,4 @@ | ||
CLASS net/minecraft/class_606 net/minecraft/client/render/entity/model/SkeletonEntityModel | ||
METHOD method_32047 getTexturedModelData ()Lnet/minecraft/class_5607; | ||
METHOD method_57794 addLimbs (Lnet/minecraft/class_5610;)V | ||
ARG 0 data |
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/command/argument/ItemStackArgument.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 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,18 @@ | ||
CLASS net/minecraft/class_9336 net/minecraft/component/Component | ||
FIELD field_49657 PACKET_CODEC Lnet/minecraft/class_9139; | ||
METHOD method_57943 encode (Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DataResult; | ||
ARG 1 ops | ||
METHOD method_57944 of (Ljava/util/Map$Entry;)Lnet/minecraft/class_9336; | ||
ARG 0 entry | ||
METHOD method_57945 of (Lnet/minecraft/class_9331;Ljava/lang/Object;)Lnet/minecraft/class_9336; | ||
ARG 0 type | ||
ARG 1 value | ||
METHOD method_57946 apply (Lnet/minecraft/class_9335;)V | ||
ARG 1 components | ||
CLASS 1 | ||
METHOD method_57949 read (Lnet/minecraft/class_9129;Lnet/minecraft/class_9331;)Lnet/minecraft/class_9336; | ||
ARG 0 buf | ||
ARG 1 type | ||
METHOD method_57951 write (Lnet/minecraft/class_9129;Lnet/minecraft/class_9336;)V | ||
ARG 0 buf | ||
ARG 1 component |
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,44 @@ | ||
CLASS net/minecraft/class_9326 net/minecraft/component/ComponentChanges | ||
FIELD field_49588 EMPTY Lnet/minecraft/class_9326; | ||
FIELD field_49589 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_49590 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_49591 changes Lit/unimi/dsi/fastutil/objects/Reference2ObjectMap; | ||
FIELD field_49592 REMOVE_PREFIX Ljava/lang/String; | ||
METHOD <init> (Lit/unimi/dsi/fastutil/objects/Reference2ObjectMap;)V | ||
ARG 1 changes | ||
METHOD equals (Ljava/lang/Object;)Z | ||
ARG 1 o | ||
METHOD method_57841 builder ()Lnet/minecraft/class_9326$class_9327; | ||
METHOD method_57842 toString (Lit/unimi/dsi/fastutil/objects/Reference2ObjectMap;)Ljava/lang/String; | ||
ARG 0 changes | ||
METHOD method_57843 (Ljava/util/Map;)Lnet/minecraft/class_9326; | ||
ARG 0 changes | ||
METHOD method_57844 (Lnet/minecraft/class_9326;)Ljava/util/Map; | ||
ARG 0 changes | ||
METHOD method_57845 get (Lnet/minecraft/class_9331;)Ljava/util/Optional; | ||
ARG 1 type | ||
METHOD method_57846 entrySet ()Ljava/util/Set; | ||
METHOD method_57847 size ()I | ||
METHOD method_57848 isEmpty ()Z | ||
CLASS 1 | ||
METHOD method_57851 encode (Lnet/minecraft/class_9129;Lnet/minecraft/class_9331;Ljava/lang/Object;)V | ||
ARG 0 buf | ||
ARG 1 type | ||
ARG 2 value | ||
CLASS class_9327 Builder | ||
FIELD field_49593 changes Lit/unimi/dsi/fastutil/objects/Reference2ObjectMap; | ||
METHOD method_57852 build ()Lnet/minecraft/class_9326; | ||
METHOD method_57853 remove (Lnet/minecraft/class_9331;)Lnet/minecraft/class_9326$class_9327; | ||
ARG 1 type | ||
METHOD method_57854 add (Lnet/minecraft/class_9331;Ljava/lang/Object;)Lnet/minecraft/class_9326$class_9327; | ||
ARG 1 type | ||
ARG 2 value | ||
METHOD method_57855 add (Lnet/minecraft/class_9336;)Lnet/minecraft/class_9326$class_9327; | ||
ARG 1 component | ||
CLASS class_9328 Type | ||
FIELD field_49594 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_57856 getValueCodec ()Lcom/mojang/serialization/Codec; | ||
METHOD method_57858 (Ljava/lang/String;)Lcom/mojang/serialization/DataResult; | ||
ARG 0 id | ||
METHOD method_57859 (Lnet/minecraft/class_9326$class_9328;)Lcom/mojang/serialization/DataResult; | ||
ARG 0 type |
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,9 @@ | ||
CLASS net/minecraft/class_9322 net/minecraft/component/ComponentHolder | ||
METHOD method_57353 getComponents ()Lnet/minecraft/class_9323; | ||
METHOD method_57824 get (Lnet/minecraft/class_9331;)Ljava/lang/Object; | ||
ARG 1 type | ||
METHOD method_57825 getOrDefault (Lnet/minecraft/class_9331;Ljava/lang/Object;)Ljava/lang/Object; | ||
ARG 1 type | ||
ARG 2 fallback | ||
METHOD method_57826 contains (Lnet/minecraft/class_9331;)Z | ||
ARG 1 type |
Oops, something went wrong.