-
-
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.
toss a lot of redundant mappings (#630)
* remove manual mapping of 'accept' and 'consume' * map params in glScissor * remove a lot of redundant blaze3d mappings * get get * work on removing more redundant data * keep working * DONE * fix error * drop empty mappings * remove GLX class mapping * Update mappings/net/minecraft/util/DelegatingDataOutput.mapping Co-authored-by: Will <[email protected]> * Update mappings/net/minecraft/nbt/AbstractNbtList.mapping Co-authored-by: Eli Orona <[email protected]> * Update mappings/com/mojang/blaze3d/systems/RenderSystem.mapping Co-authored-by: Eli Orona <[email protected]> * Update mappings/com/mojang/blaze3d/systems/RenderSystem.mapping Co-authored-by: Eli Orona <[email protected]> * Update mappings/net/minecraft/nbt/AbstractNbtList.mapping Co-authored-by: Eli Orona <[email protected]> * Update mappings/net/minecraft/nbt/AbstractNbtList.mapping Co-authored-by: Eli Orona <[email protected]> * Update mappings/com/mojang/blaze3d/texture/TextureUtil.mapping Co-authored-by: Will <[email protected]> * drop invalid mappings * fix render system convention violations * Revert "fix render system convention violations" This reverts commit 3fdbc96. * Update mappings/com/mojang/blaze3d/systems/RenderSystem.mapping Co-authored-by: Eli Orona <[email protected]> --------- Co-authored-by: Will <[email protected]> Co-authored-by: Eli Orona <[email protected]>
- Loading branch information
1 parent
9a14caa
commit c2895a0
Showing
511 changed files
with
769 additions
and
1,440 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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
CLASS net/minecraft/unmapped/C_wywmjnuh com/mojang/blaze3d/font/Font | ||
FIELD f_yricfcax BASELINE F | ||
METHOD close close ()V | ||
METHOD m_ftqqrdgk getProvidedGlyphs ()Lit/unimi/dsi/fastutil/ints/IntSet; | ||
COMMENT {@return the set of code points for which this font can provide glyphs} | ||
METHOD m_ojontmif getGlyph (I)Lnet/minecraft/unmapped/C_sxmfadan; | ||
ARG 1 codePoint | ||
CLASS C_bavmfosz Filtered | ||
METHOD close close ()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
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
mappings/com/mojang/blaze3d/glfw/monitor/MonitorFactory.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,3 @@ | ||
CLASS net/minecraft/unmapped/C_kceozcrb com/mojang/blaze3d/glfw/monitor/MonitorFactory | ||
METHOD createMonitor createMonitor (J)Lnet/minecraft/unmapped/C_ykheakec; | ||
METHOD createMonitor (J)Lnet/minecraft/unmapped/C_ykheakec; | ||
ARG 1 window |
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,32 +1,26 @@ | ||
CLASS com/mojang/blaze3d/platform/GLX com/mojang/blaze3d/platform/GLX | ||
FIELD LOGGER LOGGER Lorg/slf4j/Logger; | ||
FIELD cpuInfo cpuInfo Ljava/lang/String; | ||
METHOD _getCpuInfo _getCpuInfo ()Ljava/lang/String; | ||
METHOD _getLWJGLVersion _getLWJGLVersion ()Ljava/lang/String; | ||
METHOD _getRefreshRate _getRefreshRate (Lnet/minecraft/unmapped/C_snosbckc;)I | ||
CLASS com/mojang/blaze3d/platform/GLX | ||
METHOD _getRefreshRate (Lnet/minecraft/unmapped/C_snosbckc;)I | ||
ARG 0 window | ||
METHOD _init _init (IZ)V | ||
METHOD _init (IZ)V | ||
ARG 0 debugVerbosity | ||
ARG 1 debugSync | ||
METHOD _initGlfw _initGlfw ()Ljava/util/function/LongSupplier; | ||
METHOD _renderCrosshair _renderCrosshair (IZZZ)V | ||
METHOD _renderCrosshair (IZZZ)V | ||
ARG 0 size | ||
ARG 1 drawX | ||
ARG 2 drawY | ||
ARG 3 drawZ | ||
METHOD _setGlfwErrorCallback _setGlfwErrorCallback (Lorg/lwjgl/glfw/GLFWErrorCallbackI;)V | ||
METHOD _setGlfwErrorCallback (Lorg/lwjgl/glfw/GLFWErrorCallbackI;)V | ||
ARG 0 callback | ||
METHOD _shouldClose _shouldClose (Lnet/minecraft/unmapped/C_snosbckc;)Z | ||
METHOD _shouldClose (Lnet/minecraft/unmapped/C_snosbckc;)Z | ||
ARG 0 window | ||
METHOD getOpenGLVersionString getOpenGLVersionString ()Ljava/lang/String; | ||
METHOD lambda$_initGlfw$0 (Ljava/lang/Integer;Ljava/lang/String;)V | ||
ARG 0 error | ||
ARG 1 description | ||
METHOD lambda$_initGlfw$1 (Ljava/util/List;IJ)V | ||
ARG 1 error | ||
ARG 2 description | ||
METHOD make make (Ljava/lang/Object;Ljava/util/function/Consumer;)Ljava/lang/Object; | ||
METHOD make (Ljava/lang/Object;Ljava/util/function/Consumer;)Ljava/lang/Object; | ||
ARG 0 object | ||
ARG 1 initializer | ||
METHOD make make (Ljava/util/function/Supplier;)Ljava/lang/Object; | ||
METHOD make (Ljava/util/function/Supplier;)Ljava/lang/Object; | ||
ARG 0 factory |
This file was deleted.
Oops, something went wrong.
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.
c2895a0
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 c2895a0, 7 file(s) were updated with 14 line(s) added and 15 removed compared to the latest Quilt Mappings version.
View the diff here: