-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
65 changed files
with
578 additions
and
54 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
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/data/server/loot_table/EntityLootTableGenerator.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
13 changes: 13 additions & 0 deletions
13
mappings/net/minecraft/loot/ContainerComponentModifier.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,13 @@ | ||
CLASS net/minecraft/unmapped/C_vgxbedbz net/minecraft/loot/ContainerComponentModifier | ||
METHOD m_iecwewrz modifyContents (Lnet/minecraft/unmapped/C_sddaxwyk;Ljava/util/function/UnaryOperator;)V | ||
ARG 2 stackModifier | ||
METHOD m_iqcayxuo getDefault ()Ljava/lang/Object; | ||
METHOD m_mybsxhne modify (Ljava/lang/Object;Ljava/util/stream/Stream;)Ljava/lang/Object; | ||
ARG 1 component | ||
ARG 2 stacks | ||
METHOD m_rewgrlov getType ()Lnet/minecraft/unmapped/C_pscqxfcs; | ||
METHOD m_tpdkdrct modifyWithDefault (Lnet/minecraft/unmapped/C_sddaxwyk;Ljava/util/stream/Stream;)V | ||
METHOD m_wdlgbvpc streamStacks (Ljava/lang/Object;)Ljava/util/stream/Stream; | ||
ARG 1 component | ||
METHOD m_zleqyxzp modify (Lnet/minecraft/unmapped/C_sddaxwyk;Ljava/lang/Object;Ljava/util/stream/Stream;)V | ||
ARG 2 value |
9 changes: 9 additions & 0 deletions
9
mappings/net/minecraft/loot/ContainerComponentModifiers.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,9 @@ | ||
CLASS net/minecraft/unmapped/C_ngersqqy net/minecraft/loot/ContainerComponentModifiers | ||
FIELD f_csinryxp CONTAINER Lnet/minecraft/unmapped/C_vgxbedbz; | ||
FIELD f_idsovweb CHARGED_PROJECTILES Lnet/minecraft/unmapped/C_vgxbedbz; | ||
FIELD f_lgdevqfy BY_TYPE Ljava/util/Map; | ||
FIELD f_pslfltxk BUNDLE_CONTENTS Lnet/minecraft/unmapped/C_vgxbedbz; | ||
METHOD m_dzwmzxia (Lnet/minecraft/unmapped/C_pscqxfcs;)Lcom/mojang/serialization/DataResult; | ||
ARG 0 type | ||
METHOD m_sguyqmwp (Lnet/minecraft/unmapped/C_vgxbedbz;)Lnet/minecraft/unmapped/C_vgxbedbz; | ||
ARG 0 modifier |
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,15 +1,24 @@ | ||
CLASS net/minecraft/unmapped/C_eumtgsbp net/minecraft/loot/LootTableReporter | ||
FIELD f_jvnjgkvv type Lnet/minecraft/unmapped/C_ykthnceq; | ||
FIELD f_ovshwzxs errorReporter Lnet/minecraft/unmapped/C_jtpvewkp; | ||
FIELD f_psnzcplo visitedElements Ljava/util/Set; | ||
FIELD f_spdbzdri dataLookup Ljava/util/Optional; | ||
METHOD <init> (Lnet/minecraft/unmapped/C_jtpvewkp;Lnet/minecraft/unmapped/C_ykthnceq;)V | ||
ARG 2 type | ||
METHOD <init> (Lnet/minecraft/unmapped/C_jtpvewkp;Lnet/minecraft/unmapped/C_ykthnceq;Lnet/minecraft/unmapped/C_pzdchrcy$C_pbvqpmst;)V | ||
ARG 2 type | ||
METHOD m_cftbvarw getErrorReporter ()Lnet/minecraft/unmapped/C_jtpvewkp; | ||
METHOD m_glhnmzie makeChild (Ljava/lang/String;)Lnet/minecraft/unmapped/C_eumtgsbp; | ||
ARG 1 name | ||
METHOD m_jwjmhnkf makeChild (Ljava/lang/String;Lnet/minecraft/unmapped/C_xhhleach;)Lnet/minecraft/unmapped/C_eumtgsbp; | ||
ARG 1 name | ||
METHOD m_ncvkgbcl validate (Lnet/minecraft/unmapped/C_dogcxkxz;)V | ||
ARG 1 context | ||
METHOD m_qfxfbvfj hasVisited (Lnet/minecraft/unmapped/C_xhhleach;)Z | ||
ARG 1 element | ||
METHOD m_rxfxlyoi getDataLookup ()Lnet/minecraft/unmapped/C_pzdchrcy$C_pbvqpmst; | ||
METHOD m_tbxtkgvh report (Ljava/lang/String;)V | ||
ARG 1 message | ||
METHOD m_tsoypkps hasDataLookup ()Z | ||
METHOD m_zscrhcin withType (Lnet/minecraft/unmapped/C_ykthnceq;)Lnet/minecraft/unmapped/C_eumtgsbp; | ||
ARG 1 type |
6 changes: 5 additions & 1 deletion
6
mappings/net/minecraft/loot/condition/BlockStatePropertyLootCondition.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
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/loot/condition/CompoundLootCondition.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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/loot/condition/LocationCheckLootCondition.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
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/loot/condition/RandomChanceLootCondition.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,3 +1,7 @@ | ||
CLASS net/minecraft/unmapped/C_vvwlqdtn net/minecraft/loot/condition/RandomChanceLootCondition | ||
METHOD m_dbenidbq conditionBuilder (F)Lnet/minecraft/unmapped/C_vqkczpuv$C_cjvmpogn; | ||
ARG 0 chance | ||
METHOD m_hkryzkkk conditionBuilder (Lnet/minecraft/unmapped/C_iajmfyig;)Lnet/minecraft/unmapped/C_vqkczpuv$C_cjvmpogn; | ||
ARG 0 chance | ||
METHOD test (Ljava/lang/Object;)Z | ||
ARG 1 context |
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/loot/condition/RandomChanceWithEnchantedBonusLootCondition.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,7 @@ | ||
CLASS net/minecraft/unmapped/C_cbexmsqd net/minecraft/loot/condition/RandomChanceWithEnchantedBonusLootCondition | ||
METHOD m_qpnviojd conditionBuilder (Lnet/minecraft/unmapped/C_vtbxyypo$C_etmlgbig;FF)Lnet/minecraft/unmapped/C_vqkczpuv$C_cjvmpogn; | ||
ARG 0 enchantment | ||
ARG 1 unenchantedChance | ||
ARG 2 additionalChancePerLevel | ||
METHOD test (Ljava/lang/Object;)Z | ||
ARG 1 context |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/loot/condition/TableBonusLootCondition.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,5 +1,8 @@ | ||
CLASS net/minecraft/unmapped/C_nttdmald net/minecraft/loot/condition/TableBonusLootCondition | ||
FIELD f_axmfycpo enchantment Lnet/minecraft/unmapped/C_cjzoxshv; | ||
FIELD f_hnquhvdw chances Ljava/util/List; | ||
METHOD m_tmbdegkn conditionBuilder (Lnet/minecraft/unmapped/C_cjzoxshv;[F)Lnet/minecraft/unmapped/C_vqkczpuv$C_cjvmpogn; | ||
ARG 0 enchantment | ||
ARG 1 chances | ||
METHOD test (Ljava/lang/Object;)Z | ||
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
Oops, something went wrong.