-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Random assortment of partial mappings (#599)
* Random assortment of partial mappings * Fix linter * Appease linter for real --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7b3466e
commit 7fbe286
Showing
31 changed files
with
123 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/unmapped/C_xtwumkqz net/minecraft/block/DecoratedPotPattern |
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,6 +1,12 @@ | ||
CLASS net/minecraft/unmapped/C_hzdaoazh net/minecraft/block/DecoratedPotPatterns | ||
FIELD f_tssagzls PATTERNS_BY_SHARDS Ljava/util/Map; | ||
FIELD f_tssagzls PATTERNS_BY_ITEM Ljava/util/Map; | ||
METHOD m_aoeizaaw createRegistryKey (Ljava/lang/String;)Lnet/minecraft/unmapped/C_xhhleach; | ||
ARG 0 id | ||
METHOD m_hoejuqye registerPatterns (Lnet/minecraft/unmapped/C_tqxyjqsk;)Lnet/minecraft/unmapped/C_xtwumkqz; | ||
ARG 0 registry | ||
METHOD m_xrykbbna getPattern (Lnet/minecraft/unmapped/C_vorddnax;)Lnet/minecraft/unmapped/C_xhhleach; | ||
ARG 0 sherd | ||
METHOD m_ynjeyckb register (Lnet/minecraft/unmapped/C_tqxyjqsk;Lnet/minecraft/unmapped/C_xhhleach;Ljava/lang/String;)Lnet/minecraft/unmapped/C_xtwumkqz; | ||
ARG 0 registry | ||
ARG 1 registryKey | ||
ARG 2 path |
2 changes: 1 addition & 1 deletion
2
...net/minecraft/block/sign/SignType.mapping → ...ings/net/minecraft/block/WoodType.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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/gui/screen/GenericMessageScreen.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,2 @@ | ||
CLASS net/minecraft/unmapped/C_yfulyots net/minecraft/client/gui/screen/GenericMessageScreen | ||
FIELD f_gbhvsydi textWidget Lnet/minecraft/unmapped/C_rugqjeey; |
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/client/gui/screen/multiplayer/ServerLinksScreen.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/unmapped/C_miigerkk net/minecraft/client/gui/screen/multiplayer/ServerLinksScreen | ||
FIELD f_nlhyrwzi TITLE Lnet/minecraft/unmapped/C_rdaqiwdt; | ||
FIELD f_srlpzpll parent Lnet/minecraft/unmapped/C_wrmtlwqx; | ||
METHOD <init> (Lnet/minecraft/unmapped/C_wrmtlwqx;Lnet/minecraft/unmapped/C_ouodvkzu;)V | ||
ARG 1 parent | ||
CLASS C_karntkix ServerLinksElementListWidget | ||
METHOD <init> (Lnet/minecraft/unmapped/C_ayfeobid;ILnet/minecraft/unmapped/C_miigerkk;)V | ||
ARG 1 client | ||
ARG 2 width | ||
CLASS C_lflnyghd Entry | ||
FIELD f_glhvxdzj button Lnet/minecraft/unmapped/C_kpvuxmkp; |
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,16 @@ | ||
CLASS net/minecraft/unmapped/C_lrgsdfwv net/minecraft/client/render/DeltaTracker | ||
CLASS C_xwflveoj | ||
FIELD f_kxcketak millisPerTick F | ||
FIELD f_opjnojmc paused Z | ||
FIELD f_qomgdqti targetMillisPerTickProvider Lit/unimi/dsi/fastutil/floats/FloatUnaryOperator; | ||
FIELD f_urahvjiy frozen Z | ||
FIELD f_yepfcxoc lastMillis J | ||
METHOD <init> (FJLit/unimi/dsi/fastutil/floats/FloatUnaryOperator;)V | ||
ARG 1 ticksPerSecond | ||
ARG 4 targetMillisPerTickProvider | ||
METHOD m_aemcsiqk pause ()V | ||
METHOD m_dhhbrjet setFrozen (Z)V | ||
ARG 1 frozen | ||
METHOD m_dnvmgdut setPaused (Z)V | ||
ARG 1 paused | ||
METHOD m_kjbaofzm unpause ()V |
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: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/entity/OminousItemSpawnerEntityRenderer.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,2 @@ | ||
CLASS net/minecraft/unmapped/C_djwyalez net/minecraft/client/render/entity/OminousItemSpawnerEntityRenderer | ||
FIELD f_xtrpvluu itemRenderer Lnet/minecraft/unmapped/C_xjqetogb; |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/data/server/tag/TradeRebalanceEnchantmentTagsProvider.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 @@ | ||
CLASS net/minecraft/unmapped/C_vdecfbtc net/minecraft/data/server/tag/TradeRebalanceEnchantmentTagsProvider |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/datafixer/fix/AttributeModifierIdFix.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/unmapped/C_zjsuejaf net/minecraft/datafixer/fix/AttributeModifierIdFix | ||
METHOD m_jffrakte fixModifiers (Ljava/util/stream/Stream;)Ljava/util/stream/Stream; | ||
METHOD m_omvogmer fixAttribute (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
METHOD m_smnezcpi fixItemStackComponents (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
METHOD m_tuhonugx fixEntity (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; |
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/datafixer/fix/EmptyItemInVillagerTradeFix.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,4 @@ | ||
CLASS net/minecraft/unmapped/C_rmfftleh net/minecraft/datafixer/fix/EmptyItemInVillagerTradeFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 schema | ||
METHOD makeRule makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/datafixer/fix/JukeboxTicksSinceSongStartedFix.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/unmapped/C_ndmcqqzd net/minecraft/datafixer/fix/JukeboxTicksSinceSongStartedFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 schema | ||
METHOD m_yhbejfjb fix (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/datafixer/fix/OptionsMenuBlurrinessFix.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,3 @@ | ||
CLASS net/minecraft/unmapped/C_vhatytxj net/minecraft/datafixer/fix/OptionsMenuBlurrinessFix | ||
METHOD m_esjqxzws convertToIntRange (Ljava/lang/String;)I | ||
METHOD makeRule makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/datafixer/fix/ParticleUnflatteningFix.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,2 @@ | ||
CLASS net/minecraft/unmapped/C_asohzhmn net/minecraft/datafixer/fix/ParticleUnflatteningFix | ||
METHOD makeRule makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/datafixer/fix/RemoveEmptyItemInBrushableBlockFix.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,2 @@ | ||
CLASS net/minecraft/unmapped/C_dxtlxcwy net/minecraft/datafixer/fix/RemoveEmptyItemInBrushableBlockFix | ||
METHOD m_grqceiyr isEmptyStack (Lcom/mojang/serialization/Dynamic;)Z |
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_mhcnsduw net/minecraft/datafixer/schema/Schema3808v2 |
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_orxszuap net/minecraft/datafixer/schema/Schema3818v5 |
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_hwfxjmrq net/minecraft/datafixer/schema/Schema3938 |
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_gjgvzuad net/minecraft/nbt/NbtCrashException |
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
7fbe286
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.
No diff file generated.