-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 25w03a stuff Still lots of stuff to do, mainly with gametest stuff, but here's what I've got so far * a little more
- Loading branch information
Showing
96 changed files
with
998 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS net/minecraft/class_10631 net/minecraft/block/TestBlock | ||
FIELD field_55989 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_55990 MODE Lnet/minecraft/class_2754; | ||
METHOD method_66711 applyBlockStateToStack (Lnet/minecraft/class_1799;Lnet/minecraft/class_10641;)Lnet/minecraft/class_1799; | ||
ARG 0 stack | ||
ARG 1 mode | ||
METHOD method_66712 getBlockEntityOnServer (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_10637; | ||
ARG 0 world | ||
ARG 1 pos |
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_10632 net/minecraft/block/TestInstanceBlock | ||
FIELD field_55991 CODEC Lcom/mojang/serialization/MapCodec; |
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
mappings/net/minecraft/class_10633.mapping → ...inecraft/block/entity/BeamEmitter.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
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
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/block/entity/StructureBoxRendering.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,12 @@ | ||
CLASS net/minecraft/class_10634 net/minecraft/block/entity/StructureBoxRendering | ||
METHOD method_66713 getRenderMode ()Lnet/minecraft/class_10634$class_10635; | ||
METHOD method_66714 getStructureBox ()Lnet/minecraft/class_10634$class_10636; | ||
CLASS class_10635 RenderMode | ||
CLASS class_10636 StructureBox | ||
METHOD method_66716 create (IIIIII)Lnet/minecraft/class_10634$class_10636; | ||
ARG 0 minX | ||
ARG 1 minY | ||
ARG 2 minZ | ||
ARG 3 maxX | ||
ARG 4 maxY | ||
ARG 5 maxZ |
24 changes: 24 additions & 0 deletions
24
mappings/net/minecraft/block/entity/TestBlockEntity.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,24 @@ | ||
CLASS net/minecraft/class_10637 net/minecraft/block/entity/TestBlockEntity | ||
FIELD field_55998 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_55999 mode Lnet/minecraft/class_10641; | ||
FIELD field_56000 message Ljava/lang/String; | ||
FIELD field_56001 powered Z | ||
FIELD field_56002 triggered Z | ||
METHOD <init> (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V | ||
ARG 1 pos | ||
ARG 2 state | ||
METHOD method_66719 setMode (Lnet/minecraft/class_10641;)V | ||
ARG 1 mode | ||
METHOD method_66720 setMessage (Ljava/lang/String;)V | ||
ARG 1 message | ||
METHOD method_66721 setPowered (Z)V | ||
ARG 1 powered | ||
METHOD method_66722 isPowered ()Z | ||
METHOD method_66723 getMode ()Lnet/minecraft/class_10641; | ||
METHOD method_66724 reset ()V | ||
METHOD method_66725 trigger ()V | ||
METHOD method_66726 logMessage ()V | ||
METHOD method_66727 hasTriggered ()Z | ||
METHOD method_66728 getMessage ()Ljava/lang/String; | ||
METHOD method_66729 update ()V | ||
METHOD method_66730 getBlock ()Lnet/minecraft/class_2248; |
98 changes: 98 additions & 0 deletions
98
mappings/net/minecraft/block/entity/TestInstanceBlockEntity.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,98 @@ | ||
CLASS net/minecraft/class_10638 net/minecraft/block/entity/TestInstanceBlockEntity | ||
FIELD field_56003 INVALID_TEST_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_56004 CLEARED_BEAM_SEGMENTS Ljava/util/List; | ||
FIELD field_56005 RUNNING_BEAM_SEGMENTS Ljava/util/List; | ||
FIELD field_56006 SUCCESS_BEAM_SEGMENTS Ljava/util/List; | ||
FIELD field_56007 REQUIRED_FAIL_BEAM_SEGMENTS Ljava/util/List; | ||
FIELD field_56008 OPTIONAL_FAIL_BEAM_SEGMENTS Ljava/util/List; | ||
FIELD field_56009 STRUCTURE_OFFSET Lnet/minecraft/class_2382; | ||
FIELD field_56010 data Lnet/minecraft/class_10638$class_10639; | ||
METHOD <init> (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V | ||
ARG 1 pos | ||
ARG 2 state | ||
METHOD method_66731 placeStructure ()Z | ||
METHOD method_66732 getStartPos ()Lnet/minecraft/class_2338; | ||
METHOD method_66733 placeBarriers ()V | ||
METHOD method_66734 clearBarriers ()V | ||
METHOD method_66735 getTestEntry ()Ljava/util/Optional; | ||
METHOD method_66736 getTransformedSize ()Lnet/minecraft/class_2382; | ||
METHOD method_66737 discardEntities ()V | ||
METHOD method_66738 setChunksForced ()V | ||
METHOD method_66739 (Lnet/minecraft/class_5321;)Lnet/minecraft/class_2561; | ||
ARG 0 key | ||
METHOD method_66740 getStructureSize (Lnet/minecraft/class_3218;Lnet/minecraft/class_5321;)Ljava/util/Optional; | ||
ARG 0 world | ||
ARG 1 testInstance | ||
METHOD method_66741 (Lnet/minecraft/class_3218;Lnet/minecraft/class_2960;)Ljava/util/Optional; | ||
ARG 1 structureId | ||
METHOD method_66744 placeStructure (Lnet/minecraft/class_3218;Lnet/minecraft/class_3499;)V | ||
ARG 1 world | ||
ARG 2 template | ||
METHOD method_66745 setData (Lnet/minecraft/class_10638$class_10639;)V | ||
ARG 1 data | ||
METHOD method_66746 reset (Ljava/util/function/Consumer;)V | ||
ARG 1 messageConsumer | ||
METHOD method_66747 getStructurePos (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338; | ||
ARG 0 pos | ||
METHOD method_66748 (Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;ZLjava/util/function/Consumer;Lnet/minecraft/class_2338;)V | ||
ARG 4 pos | ||
METHOD method_66749 (Lnet/minecraft/class_6880$class_6883;)Ljava/lang/Boolean; | ||
ARG 0 entry | ||
METHOD method_66750 (Lnet/minecraft/class_2487;Lnet/minecraft/class_2520;)V | ||
ARG 1 dataNbt | ||
METHOD method_66751 setErrorMessage (Lnet/minecraft/class_2561;)V | ||
ARG 1 errorMessage | ||
METHOD method_66752 getStructureTemplate (Lnet/minecraft/class_3218;Lnet/minecraft/class_5321;)Ljava/util/Optional; | ||
ARG 0 world | ||
ARG 1 testInstance | ||
METHOD method_66753 (Ljava/util/function/Consumer;)Ljava/util/Optional; | ||
ARG 1 messageConsumer | ||
METHOD method_66754 (Lnet/minecraft/class_2338;)V | ||
ARG 1 pos | ||
METHOD method_66755 (Lnet/minecraft/class_6880$class_6883;)Lnet/minecraft/class_2960; | ||
ARG 0 entry | ||
METHOD method_66756 (Lnet/minecraft/class_3218;Lnet/minecraft/class_5321;)Ljava/util/Optional; | ||
ARG 1 template | ||
METHOD method_66757 (Ljava/util/function/Consumer;)Z | ||
ARG 1 messageConsumer | ||
METHOD method_66758 (Lnet/minecraft/class_2338;)V | ||
ARG 1 pos | ||
METHOD method_66759 getBlockBox ()Lnet/minecraft/class_3341; | ||
METHOD method_66761 forEachPos (Ljava/util/function/Consumer;)V | ||
ARG 1 posConsumer | ||
METHOD method_66762 getBox ()Lnet/minecraft/class_238; | ||
METHOD method_66763 getTestKey ()Ljava/util/Optional; | ||
METHOD method_66764 getTestName ()Lnet/minecraft/class_2561; | ||
METHOD method_66765 shouldIgnoreEntities ()Z | ||
METHOD method_66766 getSize ()Lnet/minecraft/class_2382; | ||
METHOD method_66767 getRotation ()Lnet/minecraft/class_2470; | ||
METHOD method_66768 getErrorMessage ()Ljava/util/Optional; | ||
METHOD method_66769 setFinished ()V | ||
METHOD method_66770 setRunning ()V | ||
METHOD method_66772 getStructurePos ()Lnet/minecraft/class_2338; | ||
CLASS class_10639 Data | ||
FIELD field_56012 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_56013 PACKET_CODEC Lnet/minecraft/class_9139; | ||
METHOD method_66773 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_66774 withStatus (Lnet/minecraft/class_10638$class_10640;)Lnet/minecraft/class_10638$class_10639; | ||
ARG 1 status | ||
METHOD method_66775 withSize (Lnet/minecraft/class_2382;)Lnet/minecraft/class_10638$class_10639; | ||
ARG 1 size | ||
METHOD method_66776 withErrorMessage (Lnet/minecraft/class_2561;)Lnet/minecraft/class_10638$class_10639; | ||
ARG 1 errorMessage | ||
CLASS class_10640 Status | ||
FIELD field_56017 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_56018 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_56019 INDEX_MAPPER Ljava/util/function/IntFunction; | ||
FIELD field_56020 id Ljava/lang/String; | ||
FIELD field_56021 index I | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;I)V | ||
ARG 3 id | ||
ARG 4 index | ||
METHOD method_66778 fromIndex (I)Lnet/minecraft/class_10638$class_10640; | ||
ARG 0 index | ||
METHOD method_66779 (Lnet/minecraft/class_10638$class_10640;)I | ||
ARG 0 status | ||
METHOD method_66780 (Lnet/minecraft/class_10638$class_10640;)I | ||
ARG 0 status |
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,17 @@ | ||
CLASS net/minecraft/class_10641 net/minecraft/block/enums/TestBlockMode | ||
FIELD field_56028 CODEC Lnet/minecraft/class_3542$class_7292; | ||
FIELD field_56029 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_56030 INDEX_MAPPER Ljava/util/function/IntFunction; | ||
FIELD field_56031 index I | ||
FIELD field_56032 id Ljava/lang/String; | ||
FIELD field_56033 name Lnet/minecraft/class_2561; | ||
FIELD field_56034 info Lnet/minecraft/class_2561; | ||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V | ||
ARG 3 index | ||
ARG 4 id | ||
METHOD method_66781 getName ()Lnet/minecraft/class_2561; | ||
METHOD method_66782 (Lnet/minecraft/class_10641;)I | ||
ARG 0 mode | ||
METHOD method_66783 getInfo ()Lnet/minecraft/class_2561; | ||
METHOD method_66784 (Lnet/minecraft/class_10641;)I | ||
ARG 0 mode |
18 changes: 18 additions & 0 deletions
18
mappings/net/minecraft/client/gui/screen/ingame/TestBlockScreen.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,18 @@ | ||
CLASS net/minecraft/class_10642 net/minecraft/client/gui/screen/ingame/TestBlockScreen | ||
FIELD field_56036 MODES Ljava/util/List; | ||
FIELD field_56037 TITLE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_56038 MESSAGE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_56039 pos Lnet/minecraft/class_2338; | ||
FIELD field_56040 mode Lnet/minecraft/class_10641; | ||
FIELD field_56041 message Ljava/lang/String; | ||
FIELD field_56042 textField Lnet/minecraft/class_342; | ||
METHOD <init> (Lnet/minecraft/class_10637;)V | ||
ARG 1 blockEntity | ||
METHOD method_66792 onCancel ()V | ||
METHOD method_66793 setMode (Lnet/minecraft/class_10641;)V | ||
ARG 1 mode | ||
METHOD method_66794 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button | ||
METHOD method_66796 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button | ||
METHOD method_66797 onDone ()V |
31 changes: 31 additions & 0 deletions
31
mappings/net/minecraft/client/gui/screen/ingame/TestInstanceBlockScreen.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,31 @@ | ||
CLASS net/minecraft/class_10643 net/minecraft/client/gui/screen/ingame/TestInstanceBlockScreen | ||
FIELD field_56044 saveButton Lnet/minecraft/class_4185; | ||
FIELD field_56045 exportButton Lnet/minecraft/class_4185; | ||
FIELD field_56046 entitiesButton Lnet/minecraft/class_5676; | ||
FIELD field_56047 rotationButton Lnet/minecraft/class_5676; | ||
FIELD field_56048 TEST_ID_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_56049 SIZE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_56050 ENTITIES_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_56051 ROTATION_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_56054 testInstanceBlockEntity Lnet/minecraft/class_10638; | ||
FIELD field_56055 testIdTextField Lnet/minecraft/class_342; | ||
METHOD <init> (Lnet/minecraft/class_10638;)V | ||
ARG 1 testInstanceBlockEntity | ||
METHOD method_66802 executeAction (Lnet/minecraft/class_10616$class_10617;)Z | ||
ARG 1 action | ||
METHOD method_66803 (Lnet/minecraft/class_2960;)Lnet/minecraft/class_5321; | ||
ARG 0 testId | ||
METHOD method_66804 rotationAsText (Lnet/minecraft/class_2470;)Lnet/minecraft/class_2561; | ||
ARG 0 rotation | ||
METHOD method_66805 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button | ||
METHOD method_66812 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button | ||
METHOD method_66814 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button | ||
METHOD method_66816 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button | ||
METHOD method_66817 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button | ||
METHOD method_66818 (Lnet/minecraft/class_4185;)V | ||
ARG 1 button |
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
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/client/render/block/entity/TestInstanceBlockEntityRenderer.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_10649 net/minecraft/client/render/block/entity/TestInstanceBlockEntityRenderer | ||
FIELD field_56093 beaconBlockEntityRenderer Lnet/minecraft/class_822; | ||
FIELD field_56094 structureBlockBlockEntityRenderer Lnet/minecraft/class_838; | ||
METHOD <init> (Lnet/minecraft/class_5614$class_5615;)V | ||
ARG 1 context |
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/client/render/entity/feature/SaddleFeatureRenderer.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_10652 net/minecraft/client/render/entity/feature/SaddleFeatureRenderer | ||
FIELD field_56113 equipmentRenderer Lnet/minecraft/class_10197; | ||
FIELD field_56114 layerType Lnet/minecraft/class_10186$class_10190; | ||
FIELD field_56115 saddleStackGetter Ljava/util/function/Function; | ||
FIELD field_56116 adultModel Lnet/minecraft/class_583; | ||
FIELD field_56117 babyModel Lnet/minecraft/class_583; | ||
METHOD <init> (Lnet/minecraft/class_3883;Lnet/minecraft/class_10197;Lnet/minecraft/class_10186$class_10190;Ljava/util/function/Function;Lnet/minecraft/class_583;Lnet/minecraft/class_583;)V | ||
ARG 1 context | ||
ARG 2 equipmentRenderer | ||
ARG 3 layerType | ||
ARG 4 saddleStackGetter | ||
ARG 5 adultModel | ||
ARG 6 babyModel | ||
METHOD <init> (Lnet/minecraft/class_3883;Lnet/minecraft/class_10197;Lnet/minecraft/class_583;Lnet/minecraft/class_10186$class_10190;Ljava/util/function/Function;)V | ||
ARG 1 context | ||
ARG 2 equipmentRenderer | ||
ARG 3 model | ||
ARG 4 layerType | ||
ARG 5 saddleStackGetter |
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
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/client/render/entity/model/CamelSaddleEntityModel.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_10647 net/minecraft/client/render/entity/model/CamelSaddleEntityModel | ||
FIELD field_56066 SADDLE Ljava/lang/String; | ||
FIELD field_56067 BRIDLE Ljava/lang/String; | ||
FIELD field_56068 REINS Ljava/lang/String; | ||
FIELD field_56069 reins Lnet/minecraft/class_630; | ||
METHOD method_66837 getTexturedModelData ()Lnet/minecraft/class_5607; |
Oops, something went wrong.