-
-
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.
* client mappings: part 2 * apply suggestions from @supersaiyansubtlety Co-authored-by: Will <[email protected]> * drop invalid mappings * more mappings :) * polish off textures * fix! * fix! --------- Co-authored-by: Will <[email protected]>
- Loading branch information
1 parent
b983e19
commit 676b880
Showing
54 changed files
with
595 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,7 @@ google | |
quaternionf | ||
taggable | ||
workflow | ||
unihex | ||
|
||
// word combinations | ||
backend | ||
|
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,32 @@ | ||
CLASS net/minecraft/unmapped/C_srmdcrvq net/minecraft/client/font/CodepointMap | ||
FIELD f_ahcsnrnl BLOCK_COUNT I | ||
FIELD f_aucmwucg IN_BLOCK_MASK I | ||
FIELD f_ebzvpdjl BLOCK_SIZE I | ||
FIELD f_exfykonq MAX_BLOCK I | ||
FIELD f_fgoehuur empty [Ljava/lang/Object; | ||
FIELD f_fgtbguub blockFactory Ljava/util/function/IntFunction; | ||
FIELD f_kmyfnwtx blockMap [[Ljava/lang/Object; | ||
FIELD f_sgyrgajr BLOCK_BITS I | ||
METHOD <init> (Ljava/util/function/IntFunction;Ljava/util/function/IntFunction;)V | ||
ARG 2 mapFactory | ||
METHOD m_bnxytxeq remove (I)Ljava/lang/Object; | ||
ARG 1 codePoint | ||
METHOD m_eikegste forEach (Lnet/minecraft/unmapped/C_srmdcrvq$C_xbamquui;)V | ||
ARG 1 glyphConsumer | ||
METHOD m_higtkvia clear ()V | ||
METHOD m_pepaswby put (ILjava/lang/Object;)Ljava/lang/Object; | ||
ARG 1 codePoint | ||
ARG 2 glyph | ||
METHOD m_prbxgcyk keySet ()Lit/unimi/dsi/fastutil/ints/IntSet; | ||
METHOD m_qaadkitj get (I)Ljava/lang/Object; | ||
ARG 1 codePoint | ||
METHOD m_qntqpivy computeIfAbsent (ILjava/util/function/IntFunction;)Ljava/lang/Object; | ||
ARG 1 codePoint | ||
ARG 2 mappingFunction | ||
METHOD m_zrfypsvp (Lit/unimi/dsi/fastutil/ints/IntOpenHashSet;ILjava/lang/Object;)V | ||
ARG 1 codePoint | ||
ARG 2 glyph | ||
CLASS C_xbamquui GlyphConsumer | ||
METHOD accept (ILjava/lang/Object;)V | ||
ARG 1 codePoint | ||
ARG 2 glyph |
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 +1,7 @@ | ||
CLASS net/minecraft/unmapped/C_wrgwzztj net/minecraft/client/font/FontRenderType | ||
METHOD m_pgdjktiv getIntensity (Lnet/minecraft/unmapped/C_ncpywfca;)Lnet/minecraft/unmapped/C_wrgwzztj; | ||
ARG 0 id | ||
METHOD m_zagycsep getLayer (Lnet/minecraft/unmapped/C_mavozmpp$C_ocdaignk;)Lnet/minecraft/unmapped/C_tizlwnnv; | ||
ARG 1 layerType | ||
METHOD m_zwetpjjz get (Lnet/minecraft/unmapped/C_ncpywfca;)Lnet/minecraft/unmapped/C_wrgwzztj; | ||
ARG 0 id |
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,2 +1,7 @@ | ||
CLASS net/minecraft/unmapped/C_gxohhscv net/minecraft/client/font/FontTypeProvider | ||
METHOD m_bcikbtqr unpack ()Lcom/mojang/datafixers/util/Either; | ||
METHOD m_civohnpf getFontType ()Lnet/minecraft/unmapped/C_tokkcrgg; | ||
METHOD m_ndawwhmp (Lnet/minecraft/unmapped/C_tokkcrgg;)Lcom/mojang/serialization/Codec; | ||
ARG 0 type | ||
CLASS C_dbnueaxr Loader | ||
CLASS C_wxrtqmdn Reference |
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.
676b880
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 676b880, 136 file(s) were updated with 1209 line(s) added and 1070 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
676b880
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):
676b880
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):