Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
CLASS net/minecraft/class_1_1502
CLASS net/minecraft/class_1_1502 com/mojang/blaze3d/buffers/AppendBuffer
METHOD method_1_9250 getUsage ()I
METHOD method_1_9251 extend (Ljava/util/List;)Lnet/minecraft/class_1_1254;
ARG 1 values
METHOD method_1_9252 extendMultiple (Ljava/util/List;)[Lnet/minecraft/class_1_1254;
ARG 1 valueSegments
METHOD method_71100 clear ()V
METHOD method_71102 write (Lnet/minecraft/class_1_1502$class_11281;)Lnet/minecraft/class_1_1254;
ARG 1 value
METHOD method_71103 writeAll ([Lnet/minecraft/class_1_1502$class_11281;)[Lnet/minecraft/class_1_1254;
ARG 1 values
CLASS class_11281 Uploadable
METHOD method_71104 write (Ljava/nio/ByteBuffer;)V
ARG 1 buffer
17 changes: 17 additions & 0 deletions mappings/com/mojang/blaze3d/buffers/CopyingAppendBuffer.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
CLASS net/minecraft/class_1_1514 com/mojang/blaze3d/buffers/CopyingAppendBuffer
FIELD field_1_10273 LOGGER Lorg/slf4j/Logger;
FIELD field_1_10274 blockSize I
FIELD field_1_10275 capacity I
FIELD field_1_10276 staging Ljava/nio/ByteBuffer;
FIELD field_1_10277 buffer Lnet/minecraft/class_1_1211;
FIELD field_1_10278 name Ljava/lang/String;
FIELD field_1_10279 count I
FIELD field_1_10280 oldBuffers Ljava/util/List;
FIELD field_1_10281 usage I
METHOD <init> (Ljava/lang/String;III)V
ARG 1 name
ARG 2 blockSize
ARG 3 usage
ARG 4 capacity
METHOD method_1_10094 growBuffer (I)V
ARG 1 capacity
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
CLASS net/minecraft/class_11280 com/mojang/blaze3d/shaders/DynamicUniformStorage
CLASS net/minecraft/class_11280 com/mojang/blaze3d/buffers/MappedAppendBuffer
FIELD field_1_9616 usage I
FIELD field_60085 LOGGER Lorg/slf4j/Logger;
FIELD field_60086 oldBuffers Ljava/util/List;
FIELD field_60087 blockSize I
FIELD field_60088 buffer Lnet/minecraft/class_11285;
FIELD field_60089 size I
FIELD field_60089 count I
FIELD field_60090 capacity I
FIELD field_60091 lastWrittenValue Lnet/minecraft/class_1_1502$class_11281;
FIELD field_60092 name Ljava/lang/String;
METHOD <init> (Ljava/lang/String;III)V
ARG 1 name
ARG 2 size
ARG 2 blockSize
ARG 3 usage
ARG 4 capacity
METHOD method_1_9251 (Ljava/util/List;)Lnet/minecraft/class_1_1254;
Expand Down
22 changes: 22 additions & 0 deletions mappings/com/mojang/blaze3d/opengl/GlStateManager.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CLASS net/minecraft/class_1_1267 com/mojang/blaze3d/opengl/GlStateManager
FIELD field_1_8682 currentReadFramebuffer I
FIELD field_1_8683 currentDrawFramebuffer I
FIELD field_1_9168 IS_MAC_OS Z
FIELD field_1_9629 blend [Z
METHOD method_1_8022 activeTexture (I)V
ARG 0 texture
METHOD method_1_8023 bindTexture (I)V
Expand Down Expand Up @@ -71,6 +72,8 @@ CLASS net/minecraft/class_1_1267 com/mojang/blaze3d/opengl/GlStateManager
METHOD method_1_8052 getString (I)Ljava/lang/String;
ARG 0 name
METHOD method_1_8053 getTexLevelParameter (III)I
ARG 0 target
ARG 1 level
ARG 2 pname
METHOD method_1_8054 bindAttribLocation (IILjava/lang/CharSequence;)V
ARG 1 index
Expand All @@ -81,6 +84,16 @@ CLASS net/minecraft/class_1_1267 com/mojang/blaze3d/opengl/GlStateManager
METHOD method_1_8057 bindVertexArray (I)V
ARG 0 array
METHOD method_1_8058 blitFrameBuffer (IIIIIIIIII)V
ARG 0 srcX0
ARG 1 srcY0
ARG 2 srcX1
ARG 3 srcY1
ARG 4 dstX0
ARG 5 dstY0
ARG 6 dstX1
ARG 7 dstY1
ARG 8 mask
ARG 9 filter
METHOD method_1_8059 bufferData (IJI)V
METHOD method_1_8060 bufferData (ILjava/nio/ByteBuffer;I)V
METHOD method_1_8061 bufferSubData (IJLjava/nio/ByteBuffer;)V
Expand Down Expand Up @@ -113,6 +126,8 @@ CLASS net/minecraft/class_1_1267 com/mojang/blaze3d/opengl/GlStateManager
ARG 0 pname
ARG 1 param
METHOD method_1_8077 polygonMode (II)V
ARG 0 face
ARG 1 mode
METHOD method_1_8078 polygonOffset (FF)V
ARG 0 factor
ARG 1 units
Expand Down Expand Up @@ -140,6 +155,7 @@ CLASS net/minecraft/class_1_1267 com/mojang/blaze3d/opengl/GlStateManager
ARG 7 type
ARG 8 pixels
METHOD method_1_8082 texParameter (III)V
ARG 0 target
ARG 1 pname
ARG 2 param
METHOD method_1_8083 texSubImage2D (IIIIIIIIJ)V
Expand Down Expand Up @@ -180,8 +196,12 @@ CLASS net/minecraft/class_1_1267 com/mojang/blaze3d/opengl/GlStateManager
METHOD method_1_8097 deleteShadder (I)V
METHOD method_1_8098 genFramebuffers ()I
METHOD method_1_8099 getProgramInfoLog (II)Ljava/lang/String;
ARG 0 program
ARG 1 maxLength
METHOD method_1_8100 getProgram (II)I
METHOD method_1_8101 getShaderInfoLog (II)Ljava/lang/String;
ARG 0 shader
ARG 1 maxLength
METHOD method_1_8102 getShader (II)I
METHOD method_1_8103 linkProgram (I)V
METHOD method_1_8104 shaderSource (ILjava/lang/String;)V
Expand All @@ -191,6 +211,8 @@ CLASS net/minecraft/class_1_1267 com/mojang/blaze3d/opengl/GlStateManager
ARG 0 index
METHOD method_1_8108 (I)I
ARG 0 index
METHOD method_1_10022 readBuffer (I)V
ARG 0 src
CLASS class_1017 BlendFuncState
FIELD field_1_3543 opAlpha I
FIELD field_1_3544 opRgb I
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ CLASS net/minecraft/class_1_1386 com/mojang/blaze3d/pipeline/BackendRenderPipeli
CLASS class_1_1388 AttributeBinding
CLASS class_1_1389 Shader
CLASS class_1_1390 VertexBuffer
CLASS class_1_1505 Supplier
FIELD field_1_10251 EMPTY Lnet/minecraft/class_1_1386$class_1_1505;
METHOD method_1_10054 get ()Lnet/minecraft/class_1_1386;
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
CLASS net/minecraft/class_1_1285 com/mojang/blaze3d/pipeline/CompiledRenderPipeline
METHOD method_1_9125 isClosed ()Z
CLASS class_1_1509 Supplier
FIELD field_1_10258 EMPTY Lnet/minecraft/class_1_1285$class_1_1509;
METHOD method_1_10069 get ()Lnet/minecraft/class_1_1285;
2 changes: 2 additions & 0 deletions mappings/com/mojang/blaze3d/systems/GpuBackend.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ CLASS net/minecraft/class_1_147 com/mojang/blaze3d/systems/GpuBackend
METHOD method_1_1306 getCompiledPipeline (Lnet/minecraft/class_1_1386$class_1_1387;)Lnet/minecraft/class_1_1386$class_1_1505;
ARG 1 pipelineLayout
METHOD method_1_4219 createSurface (JLjava/util/function/BooleanSupplier;)Lnet/minecraft/class_1_713;
ARG 1 window
ARG 3 minimized
METHOD method_1_4220 createTimestampQueryPool (I)Lnet/minecraft/class_1_685;
ARG 1 size
METHOD method_1_4221 getDeviceInfo ()Lnet/minecraft/class_1_664;
Expand Down
5 changes: 5 additions & 0 deletions mappings/com/mojang/blaze3d/systems/GpuDevice.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CLASS net/minecraft/class_1_1313 com/mojang/blaze3d/systems/GpuDevice
METHOD method_1_7705 close ()V
METHOD method_1_7706 getCompiledPipeline (Lnet/minecraft/class_1_1257;Lnet/minecraft/class_12289;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
ARG 1 pipeline
ARG 2 shaderSourceGetter
ARG 3 executor
METHOD method_1_7707 createBuffer (Ljava/util/function/Supplier;IJ)Lnet/minecraft/class_1_1211;
ARG 1 labelGetter
ARG 2 usage
Expand All @@ -18,6 +21,8 @@ CLASS net/minecraft/class_1_1313 com/mojang/blaze3d/systems/GpuDevice
ARG 5 maxAnisotropy
ARG 6 maxLevelOfDetail
METHOD method_1_7711 createSurface (JLjava/util/function/BooleanSupplier;)Lnet/minecraft/class_1_1314;
ARG 1 window
ARG 3 minimized
METHOD method_1_7712 createTexture (Ljava/lang/String;ILnet/minecraft/class_1_658;IIII)Lnet/minecraft/class_1_1318;
ARG 1 labelGetter
ARG 2 usage
Expand Down
16 changes: 0 additions & 16 deletions mappings/net/minecraft/class_1_1486.mapping

This file was deleted.

2 changes: 0 additions & 2 deletions mappings/net/minecraft/class_1_1519.mapping

This file was deleted.

4 changes: 0 additions & 4 deletions mappings/net/minecraft/class_1_1576.mapping

This file was deleted.

2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/MinecraftClient.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
FIELD field_1_7205 paletteManager Lnet/minecraft/class_1_1126;
FIELD field_1_8782 windowEventListener Lnet/minecraft/class_1_1312;
FIELD field_1_9834 multiDrawIndirectEnabled Z
FIELD field_1_10060 LEVEL_SECTION_CATEGORY Lcom/mojang/jtracy/SectionCategory;
FIELD field_1_10061 levelSection Lcom/mojang/jtracy/Section;
FIELD field_1687 world Lnet/minecraft/class_638;
COMMENT Represents the world the client is currently viewing.
COMMENT This field is not null when in game.
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/gl/GlProgramCompiler.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CLASS net/minecraft/class_1_1391 net/minecraft/client/gl/GlProgramCompiler
ARG 2 supportNonzeroBaseInstance
METHOD method_1_9126 compileProgram (Lnet/minecraft/class_1_1386$class_1_1387;Ljava/util/Map;)Lnet/minecraft/class_5944;
ARG 1 pipelineLayout
ARG 2 shaderSources
METHOD method_1_9127 compileShader (Ljava/lang/String;Lnet/minecraft/class_1_1229;Ljava/lang/String;)Lnet/minecraft/class_10141;
ARG 1 pipelineName
ARG 2 type
Expand All @@ -27,3 +28,5 @@ CLASS net/minecraft/class_1_1391 net/minecraft/client/gl/GlProgramCompiler
ARG 3 resources
ARG 5 resourceType
ARG 6 nameFormat
METHOD method_1_10071 decompileShaders (Lnet/minecraft/class_1_1386$class_1_1387;)Ljava/util/Map;
ARG 1 pipelineLayout
2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/gl/GlSurfaceBackend.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ CLASS net/minecraft/class_1_661 net/minecraft/client/gl/GlSurfaceBackend
FIELD field_1_3842 SUPPORTED_PRESENT_MODES Ljava/util/Set;
FIELD field_1_7138 height I
FIELD field_1_7139 width I
FIELD field_1_10173 minimized Ljava/util/function/BooleanSupplier;
METHOD <init> (JLjava/util/function/BooleanSupplier;)V
ARG 1 window
ARG 3 minimized
4 changes: 4 additions & 0 deletions mappings/net/minecraft/client/gui/DrawContext.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
ARG 4 mouseX
ARG 5 mouseY
METHOD method_1_399 drawTexturedQuad (Lnet/minecraft/class_1_1330;Lnet/minecraft/class_12137;IIIIFFFF)V
ARG 1 textureView
ARG 2 sampler
ARG 3 x1
ARG 4 y1
Expand Down Expand Up @@ -519,6 +520,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
ARG 10 height
METHOD method_70847 drawTexturedQuad (Lnet/minecraft/class_1_1257;Lnet/minecraft/class_1_1330;Lnet/minecraft/class_12137;IIIIFFFFI)V
ARG 1 pipeline
ARG 2 textureView
ARG 3 sampler
ARG 4 x1
ARG 5 y1
Expand Down Expand Up @@ -580,6 +582,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
METHOD method_70857 drawMap (Lnet/minecraft/class_10090;)V
ARG 1 mapState
METHOD method_70858 addProfilerChart (Ljava/util/List;IIII)V
ARG 1 chartData
ARG 2 x1
ARG 3 y1
ARG 4 x2
Expand Down Expand Up @@ -639,6 +642,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
ARG 1 cursor
METHOD method_74707 drawTiledTexturedQuad (Lnet/minecraft/class_1_1257;Lnet/minecraft/class_1_1330;Lnet/minecraft/class_12137;IIIIIIFFFFI)V
ARG 1 pipeline
ARG 2 textureView
ARG 3 sampler
ARG 4 tileWidth
ARG 5 tileHeight
Expand Down
10 changes: 10 additions & 0 deletions mappings/net/minecraft/client/gui/hud/SubtitlesHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@ CLASS net/minecraft/class_359 net/minecraft/client/gui/hud/SubtitlesHud
METHOD method_1957 render (Lnet/minecraft/class_332;)V
ARG 1 context
CLASS class_360 SubtitleEntry
FIELD field_1_10223 repeatable Z
FIELD field_2188 text Lnet/minecraft/class_2561;
FIELD field_47673 range F
FIELD field_51913 sounds Ljava/util/List;
METHOD <init> (Lnet/minecraft/class_2561;FLnet/minecraft/class_243;Z)V
ARG 1 text
ARG 2 range
ARG 3 pos
ARG 4 repeatable
METHOD method_1_10007 getTextBrightness (Lnet/minecraft/class_359$class_9772;D)I
ARG 1 nearestSound
ARG 2 notificationDisplayTime
METHOD method_1_10008 (Lnet/minecraft/class_243;Lnet/minecraft/class_359$class_9772;)Z
ARG 2 sound
METHOD method_1958 reset (Lnet/minecraft/class_243;)V
ARG 1 pos
METHOD method_1960 getText ()Lnet/minecraft/class_2561;
Expand All @@ -26,7 +33,10 @@ CLASS net/minecraft/class_359 net/minecraft/client/gui/hud/SubtitlesHud
METHOD method_60571 (JDLnet/minecraft/class_359$class_9772;)Z
ARG 4 sound
METHOD method_60572 getNearestSound (Lnet/minecraft/class_243;)Lnet/minecraft/class_359$class_9772;
ARG 1 pos
METHOD method_60573 (Lnet/minecraft/class_243;Lnet/minecraft/class_359$class_9772;)Z
ARG 1 sound
METHOD method_60574 hasSounds ()Z
METHOD method_60575 (Lnet/minecraft/class_243;Lnet/minecraft/class_359$class_9772;)D
ARG 1 sound
CLASS class_9772 SoundEntry
1 change: 1 addition & 0 deletions mappings/net/minecraft/client/gui/screen/Screen.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
METHOD <init> (Lnet/minecraft/class_2561;)V
ARG 1 title
METHOD method_1_7314 shouldIgnoreFriendsKey ()Z
METHOD method_1_9870 applySystemNarratorDelay ()V
METHOD method_25393 tick ()V
METHOD method_25408 getTooltipFromItem (Lnet/minecraft/class_310;Lnet/minecraft/class_1799;)Ljava/util/List;
ARG 0 client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ CLASS net/minecraft/class_1_125 net/minecraft/client/gui/screen/option/WorldOpti
FIELD field_1_9898 gameMode Lnet/minecraft/class_1934;
FIELD field_1_9899 forceGameMode Ljava/lang/Boolean;
FIELD field_1_9900 personalGameMode Lnet/minecraft/class_1934;
FIELD field_1_10224 FORCE_GAME_MODE_OFF_HARDCORE_TOOLTIP Lnet/minecraft/class_7919;
FIELD field_1_10225 FORCE_GAME_MODE_OFF_SCOPE_TOOLTIP Lnet/minecraft/class_7919;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_1937;)V
ARG 1 parent
ARG 2 world
Expand Down Expand Up @@ -152,6 +154,15 @@ CLASS net/minecraft/class_1_125 net/minecraft/client/gui/screen/option/WorldOpti
ARG 1 integratedServer
METHOD method_1_9635 setPersonalGameMode (Lnet/minecraft/class_1934;)V
ARG 1 gameMode
METHOD method_1_9799 createTitle (Lnet/minecraft/class_2561;)Lnet/minecraft/class_8019;
ARG 1 title
METHOD method_1_10009 (Ljava/lang/Boolean;)Lnet/minecraft/class_7919;
ARG 0 value
METHOD method_1_10010 setDefaultGameMode (Lnet/minecraft/class_1934;)V
ARG 1 defaultGameMode
METHOD method_1_10011 updateOpStatus (Lnet/minecraft/class_1132;Z)V
ARG 1 integratedServer
ARG 2 op
CLASS class_1_181 DifficultySelection
FIELD field_1_9611 DISABLED_HARDCORE_TOOLTIP Lnet/minecraft/class_7919;
FIELD field_1_9612 DISABLED_LOCKED_TOOLTIP Lnet/minecraft/class_7919;
Expand All @@ -167,6 +178,7 @@ CLASS net/minecraft/class_1_125 net/minecraft/client/gui/screen/option/WorldOpti
METHOD method_1_3057 update (Lnet/minecraft/class_310;Lnet/minecraft/class_1_125;Z)V
ARG 1 client
ARG 2 parent
ARG 3 revertDifficulty
METHOD method_1_9245 (Lnet/minecraft/class_1_125;Lnet/minecraft/class_5676;Lnet/minecraft/class_1267;)V
ARG 1 button
ARG 2 value
Expand All @@ -181,3 +193,6 @@ CLASS net/minecraft/class_1_125 net/minecraft/client/gui/screen/option/WorldOpti
ARG 1 world
ARG 2 difficultyButton
ARG 3 lockButton
METHOD method_1_10012 update (Lnet/minecraft/class_310;Lnet/minecraft/class_1_125;)V
ARG 1 client
ARG 2 parent
51 changes: 51 additions & 0 deletions mappings/net/minecraft/client/realms/gui/RealmsHeader.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
CLASS net/minecraft/class_1_1486 net/minecraft/client/realms/gui/RealmsHeader
FIELD field_1_10130 HEADER_WIDTH I
FIELD field_1_10131 INVITES_TITLE_TEXT Lnet/minecraft/class_2561;
FIELD field_1_10132 INVITE_ICON_TEXTURE Lnet/minecraft/class_2960;
FIELD field_1_10133 JOIN_REALM_TEXT Lnet/minecraft/class_2561;
FIELD field_1_10134 NEWS_ICON_TEXTURE Lnet/minecraft/class_2960;
FIELD field_1_10135 NEWS_TEXT Lnet/minecraft/class_2561;
FIELD field_1_10136 INVITES_NOPENDING_TOOLTIP Lnet/minecraft/class_7919;
FIELD field_1_10137 INVITES_PENDING_TOOLTIP Lnet/minecraft/class_7919;
FIELD field_1_10138 joinRealmButton Lnet/minecraft/class_4185;
FIELD field_1_10139 client Lnet/minecraft/class_310;
FIELD field_1_10140 newsNotificationButton Lnet/minecraft/class_1_1486$class_8651;
FIELD field_1_10141 newsLink Ljava/lang/String;
FIELD field_1_10142 invitesNotificationButton Lnet/minecraft/class_1_1486$class_8651;
FIELD field_1_10143 parent Lnet/minecraft/class_437;
METHOD <init> (Lnet/minecraft/class_437;Ljava/lang/Runnable;)V
ARG 1 parent
ARG 2 showJoinRealmsScreen
METHOD method_1_9882 makeWidget (Lnet/minecraft/class_8208;II)Lnet/minecraft/class_8133;
ARG 1 iconWidget
ARG 2 height
ARG 3 spacing
METHOD method_1_9883 (Lnet/minecraft/class_437;Lnet/minecraft/class_4185;)V
ARG 2 button
METHOD method_1_9884 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_1_9885 (Ljava/lang/Runnable;Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_1_9886 openNews ()V
METHOD method_1_9887 setJoinRealmButtonEnabled (Z)V
ARG 1 enabled
METHOD method_1_9888 updateNewsStatus (Ljava/lang/String;Z)V
ARG 1 newsLink
ARG 2 hasUnreadNews
METHOD method_1_9889 setPendingInviteCount (I)V
ARG 1 pendingInviteCount
CLASS class_8651 NotificationButtonWidget
FIELD field_45227 TEXTURES [Lnet/minecraft/class_2960;
FIELD field_45229 SIZE I
FIELD field_45230 TEXTURE_SIZE I
FIELD field_45231 notificationCount I
METHOD <init> (Lnet/minecraft/class_2561;Lnet/minecraft/class_2960;Lnet/minecraft/class_4185$class_4241;Lnet/minecraft/class_2561;)V
ARG 1 message
ARG 2 texture
ARG 3 onPress
ARG 4 tooltip
METHOD method_52651 setNotificationCount (I)V
ARG 1 notificationCount
METHOD method_52652 render (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_53794 getNotificationCount ()I
Loading
Loading