forked from QuiltMC/quilt-mappings
-
Notifications
You must be signed in to change notification settings - Fork 0
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
12 changed files
with
313 additions
and
1 deletion.
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
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/advancement/criterion/BrewedPotionCriterionTrigger.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,7 +1,11 @@ | ||
CLASS net/minecraft/unmapped/C_opfhzgki net/minecraft/advancement/criterion/BrewedPotionCriterionTrigger | ||
METHOD m_jlnjsigz trigger (Lnet/minecraft/unmapped/C_mxrobsgg;Lnet/minecraft/unmapped/C_cjzoxshv;)V | ||
ARG 1 player | ||
ARG 2 potion | ||
CLASS C_nhlhuijz Conditions | ||
FIELD f_stylqccy potion Ljava/util/Optional; | ||
METHOD m_nwhpawqe create ()Lnet/minecraft/unmapped/C_rzypsigz; | ||
METHOD m_smuruvko matches (Lnet/minecraft/unmapped/C_cjzoxshv;)Z | ||
ARG 1 potion | ||
METHOD m_ugbouwxj (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/advancement/criterion/CriterionConditions.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 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_zkhebbek net/minecraft/advancement/criterion/CriterionConditions | ||
METHOD m_mmotanow validate (Lnet/minecraft/unmapped/C_zybjffid;)V | ||
ARG 1 validator |
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
22 changes: 22 additions & 0 deletions
22
mappings/net/minecraft/advancement/criterion/CriterionValidator.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,22 @@ | ||
CLASS net/minecraft/unmapped/C_zybjffid net/minecraft/advancement/criterion/CriterionValidator | ||
FIELD f_ollohygd dataLookup Lnet/minecraft/unmapped/C_srnkfpki; | ||
FIELD f_zezlkhtp errorReporter Lnet/minecraft/unmapped/C_jtpvewkp; | ||
METHOD m_fgshsjad validate (Lnet/minecraft/unmapped/C_ctsfmifk;Lnet/minecraft/unmapped/C_vczsvjil;Ljava/lang/String;)V | ||
ARG 1 predicate | ||
ARG 2 type | ||
ARG 3 path | ||
METHOD m_lpljjrzx validate (Ljava/util/List;Lnet/minecraft/unmapped/C_vczsvjil;Ljava/lang/String;)V | ||
ARG 1 predicates | ||
ARG 2 type | ||
ARG 3 path | ||
METHOD m_nhvyihxi validateEntity (Ljava/util/Optional;Ljava/lang/String;)V | ||
ARG 1 optionalPredicate | ||
ARG 2 path | ||
METHOD m_svooszyh validateEntities (Ljava/util/List;Ljava/lang/String;)V | ||
ARG 1 predicates | ||
ARG 2 path | ||
METHOD m_yqxxtueo validateEntity (Lnet/minecraft/unmapped/C_ctsfmifk;Ljava/lang/String;)V | ||
ARG 1 predicate | ||
ARG 2 path | ||
METHOD m_zooqvlxs (Ljava/lang/String;Lnet/minecraft/unmapped/C_ctsfmifk;)V | ||
ARG 2 predicate |
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/loot/condition/LootConditionTypes.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,9 +1,17 @@ | ||
CLASS net/minecraft/unmapped/C_ijynualg net/minecraft/loot/condition/LootConditionTypes | ||
FIELD f_ndsvfguh TYPED_CODEC Lcom/mojang/serialization/Codec; | ||
FIELD f_tzpkbvhm CODEC Lcom/mojang/serialization/Codec; | ||
METHOD m_bxfjipfr joinAnd (Ljava/util/List;)Ljava/util/function/Predicate; | ||
ARG 0 predicates | ||
METHOD m_hfawsflu joinOr (Ljava/util/List;)Ljava/util/function/Predicate; | ||
ARG 0 predicates | ||
METHOD m_kmrftxnf (Ljava/lang/Object;)Z | ||
ARG 0 operand | ||
METHOD m_lgrkkgei (Ljava/util/List;Ljava/lang/Object;)Z | ||
ARG 1 operand | ||
METHOD m_osmoobxn (Ljava/lang/Object;)Z | ||
ARG 0 operand | ||
METHOD m_pwffgfiz register (Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/unmapped/C_debunopu; | ||
ARG 0 id | ||
METHOD m_qiykfwny (Ljava/util/List;Ljava/lang/Object;)Z | ||
ARG 1 operand |
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 @@ | ||
CLASS net/minecraft/unmapped/C_qrzzgymy net/minecraft/text/TextCodecs |
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/unmapped/C_jtpvewkp net/minecraft/util/ErrorReporter | ||
METHOD m_nnxeyyzv forChild (Ljava/lang/String;)Lnet/minecraft/unmapped/C_jtpvewkp; | ||
ARG 1 name | ||
METHOD m_qtdgardw report (Ljava/lang/String;)V | ||
ARG 1 message | ||
CLASS C_jbcmnrpq Impl | ||
FIELD f_bbfpemek errors Lcom/google/common/collect/Multimap; | ||
FIELD f_vksywrdq pathSupplier Ljava/util/function/Supplier; | ||
FIELD f_vnjffosi pathCache Ljava/lang/String; | ||
METHOD m_fdjwfdmg copyErrors ()Lcom/google/common/collect/Multimap; | ||
METHOD m_oscjmxcu getPath ()Ljava/lang/String; |
Oops, something went wrong.
d7d0350
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit d7d0350, 136 file(s) were updated with 797 line(s) added and 746 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
d7d0350
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (2/3):
d7d0350
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (3/3):