-
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.
* Map flower and leaf litter changes * Map leaf block changes and some of the related particle changes\ Got confused by the particle math and unused fields * Map text changes * Map fill command changes * Address review comment
- Loading branch information
1 parent
f9ab6b1
commit ed98156
Showing
21 changed files
with
244 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
CLASS net/minecraft/class_10596 net/minecraft/block/FlowerbedBlock | ||
FIELD field_55789 SEGMENTS_PER_PLACEMENT I | ||
FIELD field_55790 MAX_SEGMENTS I | ||
FIELD field_55791 SEGMENT_AMOUNT Lnet/minecraft/class_2758; | ||
METHOD method_66433 getHeight ()D | ||
METHOD method_66434 getAmountProperty ()Lnet/minecraft/class_2758; | ||
METHOD method_66463 getPlacementState (Lnet/minecraft/class_1750;Lnet/minecraft/class_2248;Lnet/minecraft/class_2758;Lnet/minecraft/class_2754;)Lnet/minecraft/class_2680; | ||
ARG 1 context | ||
ARG 2 block | ||
ARG 3 amountProperty | ||
ARG 4 directionProperty | ||
METHOD method_66464 shouldAddSegment (Lnet/minecraft/class_2680;Lnet/minecraft/class_1750;Lnet/minecraft/class_2758;)Z | ||
ARG 1 state | ||
ARG 2 context | ||
ARG 3 property | ||
METHOD method_66465 buildShapeFunction (Lnet/minecraft/class_2754;Lnet/minecraft/class_2758;)Ljava/util/function/Function; | ||
ARG 1 directionProperty | ||
ARG 2 segementAmountProperty | ||
METHOD method_66466 (Lnet/minecraft/class_2754;Lnet/minecraft/class_2758;Ljava/util/Map;Lnet/minecraft/class_2680;)Lnet/minecraft/class_265; | ||
ARG 3 state |
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_10595 net/minecraft/block/LeafLitterBlock | ||
FIELD field_55769 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_55770 HORIZONTAL_FACING Lnet/minecraft/class_2754; | ||
FIELD field_55771 shapeFunction Ljava/util/function/Function; | ||
METHOD method_66440 buildShapeFunction ()Ljava/util/function/Function; |
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,6 @@ | ||
CLASS net/minecraft/class_10594 net/minecraft/block/SegmentedFlowerBlock | ||
FIELD field_55761 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_55762 HORIZONTAL_FACING Lnet/minecraft/class_2754; | ||
FIELD field_55763 FLOWER_AMOUNT Lnet/minecraft/class_2758; | ||
FIELD field_55764 shapeFunction Ljava/util/function/Function; | ||
METHOD method_66435 buildShapeFunction ()Ljava/util/function/Function; |
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
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/command/argument/ArgumentReaderUtils.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,11 @@ | ||
CLASS net/minecraft/class_9010 net/minecraft/command/argument/ArgumentReaderUtils | ||
METHOD method_58128 readWhileMatching (Lcom/mojang/brigadier/StringReader;Lnet/minecraft/class_5462;)Ljava/lang/String; | ||
ARG 0 stringReader | ||
ARG 1 predicate | ||
METHOD method_66491 (Lcom/mojang/brigadier/StringReader;ILcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lcom/mojang/brigadier/exceptions/CommandSyntaxException; | ||
ARG 3 error | ||
METHOD method_66492 readSnbtCodec (Lcom/mojang/serialization/Codec;Lnet/minecraft/class_7225$class_7874;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Lcom/mojang/brigadier/StringReader;)Ljava/lang/Object; | ||
ARG 0 codec | ||
ARG 1 registries | ||
ARG 2 exceptionType | ||
ARG 3 reader |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/command/argument/StyleArgumentType.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
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,14 +1,47 @@ | ||
CLASS net/minecraft/class_2558 net/minecraft/text/ClickEvent | ||
FIELD field_46594 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_10845 getAction ()Lnet/minecraft/class_2558$class_2559; | ||
METHOD method_66564 (Lnet/minecraft/class_2558$class_2559;)Lcom/mojang/serialization/MapCodec; | ||
ARG 0 action | ||
CLASS class_10605 ChangePage | ||
FIELD field_55903 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_66565 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
CLASS class_10606 CopyToClipboard | ||
FIELD field_55904 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_66566 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
CLASS class_10607 OpenFile | ||
FIELD field_55905 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD <init> (Ljava/io/File;)V | ||
ARG 1 file | ||
METHOD <init> (Ljava/nio/file/Path;)V | ||
ARG 1 path | ||
METHOD method_66567 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_66568 file ()Ljava/io/File; | ||
CLASS class_10608 OpenUrl | ||
FIELD field_55906 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_66569 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
CLASS class_10609 RunCommand | ||
FIELD field_55907 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_66570 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
CLASS class_10610 SuggestCommand | ||
FIELD field_55908 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_66571 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
CLASS class_2559 Action | ||
FIELD field_11742 name Ljava/lang/String; | ||
FIELD field_11744 userDefinable Z | ||
FIELD field_46595 UNVALIDATED_CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_46596 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_55902 codec Lcom/mojang/serialization/MapCodec; | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;ZLcom/mojang/serialization/MapCodec;)V | ||
ARG 3 name | ||
ARG 4 userDefinable | ||
ARG 5 codec | ||
METHOD method_10847 isUserDefinable ()Z | ||
METHOD method_54152 validate (Lnet/minecraft/class_2558$class_2559;)Lcom/mojang/serialization/DataResult; | ||
ARG 0 action |
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.