-
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.
No clue about the packrat parsing stuff, so I'll leave that to someone else
- Loading branch information
Showing
24 changed files
with
118 additions
and
11 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
2 changes: 1 addition & 1 deletion
2
...dicate/item/ItemSubPredicateTypes.mapping → ...component/ComponentPredicateTypes.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
2 changes: 1 addition & 1 deletion
2
...dicate/item/ComponentSubPredicate.mapping → ...e/component/ComponentSubPredicate.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,4 +1,4 @@ | ||
CLASS net/minecraft/class_9365 net/minecraft/predicate/item/ComponentSubPredicate | ||
CLASS net/minecraft/class_9365 net/minecraft/predicate/component/ComponentSubPredicate | ||
METHOD method_58163 getComponentType ()Lnet/minecraft/class_9331; | ||
METHOD method_58167 test (Ljava/lang/Object;)Z | ||
ARG 1 component |
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/predicate/component/ComponentsPredicate.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_10914 net/minecraft/predicate/component/ComponentsPredicate | ||
FIELD field_58044 EMPTY Lnet/minecraft/class_10914; | ||
FIELD field_58045 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_58046 PACKET_CODEC Lnet/minecraft/class_9139; | ||
METHOD method_68680 isEmpty ()Z | ||
METHOD method_68681 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD test (Ljava/lang/Object;)Z | ||
ARG 1 components | ||
CLASS class_10915 Builder | ||
FIELD field_58047 exact Lnet/minecraft/class_9329; | ||
FIELD field_58048 partial Lcom/google/common/collect/ImmutableMap$Builder; | ||
METHOD method_68683 create ()Lnet/minecraft/class_10914$class_10915; | ||
METHOD method_68684 exact (Lnet/minecraft/class_9329;)Lnet/minecraft/class_10914$class_10915; | ||
ARG 1 exact | ||
METHOD method_68685 partial (Lnet/minecraft/class_9360$class_8745;Lnet/minecraft/class_9360;)Lnet/minecraft/class_10914$class_10915; | ||
ARG 1 type | ||
ARG 2 predicate | ||
METHOD method_68686 build ()Lnet/minecraft/class_10914; |
2 changes: 1 addition & 1 deletion
2
...redicate/item/CustomDataPredicate.mapping → ...ate/component/CustomDataPredicate.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,4 +1,4 @@ | ||
CLASS net/minecraft/class_9354 net/minecraft/predicate/item/CustomDataPredicate | ||
CLASS net/minecraft/class_9354 net/minecraft/predicate/component/CustomDataPredicate | ||
FIELD field_49797 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_58162 customData (Lnet/minecraft/class_2105;)Lnet/minecraft/class_9354; | ||
ARG 0 value |
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
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