-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
209 changed files
with
267 additions
and
1,891 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
CLASS net/minecraft/class_2435 net/minecraft/block/PlayerSkullBlock | ||
FIELD field_46411 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_56117 resolveSkullOwner (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1799;)V | ||
ARG 0 world | ||
ARG 1 pos | ||
ARG 2 stack |
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: 1 addition & 19 deletions
20
mappings/net/minecraft/block/entity/BannerBlockEntity.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,35 +1,17 @@ | ||
CLASS net/minecraft/class_2573 net/minecraft/block/entity/BannerBlockEntity | ||
FIELD field_11769 patterns Ljava/util/List; | ||
FIELD field_11772 customName Lnet/minecraft/class_2561; | ||
FIELD field_11773 patternListNbt Lnet/minecraft/class_2499; | ||
FIELD field_11773 patternListNbt Lnet/minecraft/class_9307; | ||
FIELD field_11774 baseColor Lnet/minecraft/class_1767; | ||
FIELD field_31296 MAX_PATTERN_COUNT I | ||
FIELD field_31297 PATTERNS_KEY Ljava/lang/String; | ||
FIELD field_31298 PATTERN_KEY Ljava/lang/String; | ||
FIELD field_31299 COLOR_KEY Ljava/lang/String; | ||
METHOD <init> (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V | ||
ARG 1 pos | ||
ARG 2 state | ||
METHOD <init> (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_1767;)V | ||
ARG 1 pos | ||
ARG 2 state | ||
ARG 3 baseColor | ||
METHOD method_10905 loadFromItemStack (Lnet/minecraft/class_1799;)V | ||
ARG 0 stack | ||
METHOD method_10907 getPickStack ()Lnet/minecraft/class_1799; | ||
METHOD method_10908 getColorForState ()Lnet/minecraft/class_1767; | ||
METHOD method_10910 getPatternCount (Lnet/minecraft/class_1799;)I | ||
ARG 0 stack | ||
METHOD method_10911 getPatterns ()Ljava/util/List; | ||
METHOD method_10913 readFrom (Lnet/minecraft/class_1799;Lnet/minecraft/class_1767;)V | ||
ARG 1 stack | ||
ARG 2 baseColor | ||
METHOD method_16842 setCustomName (Lnet/minecraft/class_2561;)V | ||
ARG 1 customName | ||
METHOD method_24280 getPatternsFromNbt (Lnet/minecraft/class_1767;Lnet/minecraft/class_2499;)Ljava/util/List; | ||
ARG 0 baseColor | ||
ARG 1 patternListNbt | ||
METHOD method_24281 getPatternListNbt (Lnet/minecraft/class_1799;)Lnet/minecraft/class_2499; | ||
ARG 0 stack | ||
METHOD method_38992 readFrom (Lnet/minecraft/class_1799;)V | ||
ARG 1 stack |
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,23 +1,4 @@ | ||
CLASS net/minecraft/class_2582 net/minecraft/block/entity/BannerPattern | ||
FIELD field_11824 id Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 id | ||
METHOD method_10945 getId ()Ljava/lang/String; | ||
METHOD method_10946 byId (Ljava/lang/String;)Lnet/minecraft/class_6880; | ||
ARG 0 id | ||
METHOD method_22536 getSpriteId (Lnet/minecraft/class_5321;Z)Lnet/minecraft/class_2960; | ||
ARG 0 pattern | ||
ARG 1 banner | ||
METHOD method_43719 (Ljava/lang/String;Lnet/minecraft/class_6880$class_6883;)Z | ||
ARG 1 pattern | ||
CLASS class_3750 Patterns | ||
FIELD field_16548 entries Ljava/util/List; | ||
METHOD method_16375 toNbt ()Lnet/minecraft/class_2499; | ||
METHOD method_16376 add (Lnet/minecraft/class_6880;Lnet/minecraft/class_1767;)Lnet/minecraft/class_2582$class_3750; | ||
ARG 1 pattern | ||
ARG 2 color | ||
METHOD method_31653 add (Lcom/mojang/datafixers/util/Pair;)Lnet/minecraft/class_2582$class_3750; | ||
ARG 1 pattern | ||
METHOD method_43720 add (Lnet/minecraft/class_5321;Lnet/minecraft/class_1767;)Lnet/minecraft/class_2582$class_3750; | ||
ARG 1 pattern | ||
ARG 2 color |
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,9 @@ | ||
CLASS net/minecraft/class_8526 net/minecraft/block/entity/Sherds | ||
FIELD field_44707 DEFAULT Lnet/minecraft/class_8526; | ||
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 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 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_9273 | ||
CLASS class_4621 Crack |
Oops, something went wrong.