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
8 changes: 8 additions & 0 deletions mappings/com/mojang/blaze3d/buffers/GpuBuffer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ CLASS com/mojang/blaze3d/buffers/GpuBuffer
METHOD <init> (IJ)V
ARG 1 size
ARG 2 usage
METHOD map (JJZZ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 offset
ARG 3 size
ARG 5 read
ARG 6 write
METHOD map (ZZ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 read
ARG 2 write
METHOD slice (JJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 start
ARG 3 length
Expand Down
4 changes: 4 additions & 0 deletions mappings/com/mojang/blaze3d/buffers/GpuBufferSlice.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
CLASS com/mojang/blaze3d/buffers/GpuBufferSlice
METHOD map (ZZ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 read
ARG 2 write
METHOD slice (JJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 offset
ARG 3 length
CLASS class_1_892 Mapped
9 changes: 9 additions & 0 deletions mappings/com/mojang/blaze3d/opengl/GlStateManager.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@ CLASS com/mojang/blaze3d/opengl/GlStateManager
ARG 2 pname
METHOD _glBindAttribLocation (IILjava/lang/CharSequence;)V
ARG 1 index
METHOD _glBindFramebuffer (II)V
ARG 0 target
ARG 1 framebuffer
METHOD _glBindVertexArray (I)V
ARG 0 array
METHOD _glFramebufferTexture2D (IIIII)V
ARG 0 target
ARG 1 attachment
ARG 2 textureTarget
ARG 3 texture
ARG 4 level
METHOD _glMapBufferRange (IJJI)Ljava/nio/ByteBuffer;
ARG 3 range
METHOD _glUniform1i (II)V
Expand Down Expand Up @@ -73,6 +80,8 @@ CLASS com/mojang/blaze3d/opengl/GlStateManager
ARG 4 pointer
METHOD _vertexAttribPointer (IIIZIJ)V
ARG 5 pointer
METHOD getFrameBuffer (I)I
ARG 0 target
METHOD glBlendFuncSeparate (IIII)V
ARG 0 srcFactorRgb
ARG 1 dstFactorRgb
Expand Down
26 changes: 26 additions & 0 deletions mappings/com/mojang/blaze3d/pipeline/RenderPassDescription.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
CLASS net/minecraft/class_1_900 com/mojang/blaze3d/pipeline/RenderPassDescription
FIELD field_1_6324 colorAttachments Ljava/util/List;
FIELD field_1_6325 depthAttachment Lnet/minecraft/class_1_900$class_1_901;
FIELD field_1_6326 labelGetter Ljava/util/function/Supplier;
FIELD field_1_6327 renderArea Lcom/mojang/blaze3d/systems/RenderPass$class_1_837;
METHOD <init> (Ljava/util/function/Supplier;)V
ARG 1 labelGetter
METHOD method_1_5424 getColorAttachments ()Ljava/util/List;
METHOD method_1_5425 withLabel (Ljava/util/function/Supplier;)Lnet/minecraft/class_1_900;
ARG 0 labelGetter
METHOD method_1_5426 getDepthAttachment ()Lnet/minecraft/class_1_900$class_1_901;
METHOD method_1_5427 getLabelGetter ()Ljava/util/function/Supplier;
METHOD method_1_5428 color (Lcom/mojang/blaze3d/textures/GpuTextureView;)Lnet/minecraft/class_1_900;
ARG 1 textureView
METHOD method_1_5429 color (Lcom/mojang/blaze3d/textures/GpuTextureView;Ljava/util/Optional;)Lnet/minecraft/class_1_900;
ARG 1 textureView
ARG 2 clearColor
METHOD method_1_5430 depth (Lcom/mojang/blaze3d/textures/GpuTextureView;)Lnet/minecraft/class_1_900;
ARG 1 textureView
METHOD method_1_5431 depth (Lcom/mojang/blaze3d/textures/GpuTextureView;Ljava/util/OptionalDouble;)Lnet/minecraft/class_1_900;
ARG 1 textureView
ARG 2 clearColor
METHOD method_1_5432 renderArea (Lcom/mojang/blaze3d/systems/RenderPass$class_1_837;)Lnet/minecraft/class_1_900;
ARG 1 renderArea
METHOD method_1_5433 withoutColor ()Lnet/minecraft/class_1_900;
CLASS class_1_901 Attachment
8 changes: 8 additions & 0 deletions mappings/com/mojang/blaze3d/systems/CommandEncoder.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ CLASS com/mojang/blaze3d/systems/CommandEncoder
ARG 3 backend
METHOD clearColorAndDepthTextures (Lcom/mojang/blaze3d/textures/GpuTexture;Lorg/joml/Vector4fc;Lcom/mojang/blaze3d/textures/GpuTexture;D)V
ARG 1 colorAttachment
ARG 2 clearColor
ARG 3 depthAttachment
ARG 4 depth
METHOD clearColorAndDepthTextures (Lcom/mojang/blaze3d/textures/GpuTexture;Lorg/joml/Vector4fc;Lcom/mojang/blaze3d/textures/GpuTexture;DIIII)V
ARG 1 colorAttachment
ARG 2 clearColor
ARG 3 depthAttachment
ARG 4 depth
ARG 6 scissorX
Expand All @@ -19,6 +21,7 @@ CLASS com/mojang/blaze3d/systems/CommandEncoder
ARG 9 scissorTop
METHOD clearColorTexture (Lcom/mojang/blaze3d/textures/GpuTexture;Lorg/joml/Vector4fc;)V
ARG 1 texture
ARG 2 clearColor
METHOD clearDepthTexture (Lcom/mojang/blaze3d/textures/GpuTexture;D)V
ARG 1 texture
ARG 2 depth
Expand Down Expand Up @@ -54,17 +57,22 @@ CLASS com/mojang/blaze3d/systems/CommandEncoder
METHOD createRenderPass (Ljava/util/function/Supplier;Lcom/mojang/blaze3d/textures/GpuTextureView;Ljava/util/Optional;)Lcom/mojang/blaze3d/systems/RenderPass;
ARG 1 labelGetter
ARG 2 colorAttachment
ARG 3 clearColor
METHOD createRenderPass (Ljava/util/function/Supplier;Lcom/mojang/blaze3d/textures/GpuTextureView;Ljava/util/Optional;Lcom/mojang/blaze3d/textures/GpuTextureView;Ljava/util/OptionalDouble;)Lcom/mojang/blaze3d/systems/RenderPass;
ARG 1 labelGetter
ARG 2 colorAttachment
ARG 3 clearColor
ARG 4 depthAttachment
ARG 5 clearDepth
METHOD createRenderPass (Ljava/util/function/Supplier;Lcom/mojang/blaze3d/textures/GpuTextureView;Ljava/util/Optional;Lcom/mojang/blaze3d/textures/GpuTextureView;Ljava/util/OptionalDouble;Lcom/mojang/blaze3d/systems/RenderPass$class_1_837;)Lcom/mojang/blaze3d/systems/RenderPass;
ARG 1 labelGetter
ARG 2 colorAttachment
ARG 3 clearColor
ARG 4 depthAttachment
ARG 5 clearDepth
ARG 6 renderArea
METHOD createRenderPass (Lnet/minecraft/class_1_900;)Lcom/mojang/blaze3d/systems/RenderPass;
ARG 1 description
METHOD verifyColorTexture (Lcom/mojang/blaze3d/textures/GpuTexture;)V
ARG 1 texture
METHOD verifyDepthTexture (Lcom/mojang/blaze3d/textures/GpuTexture;)V
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
CLASS net/minecraft/class_1_154 com/mojang/blaze3d/systems/CommandEncoderBackend
METHOD method_1_1381 clearColorAndDepthTextures (Lcom/mojang/blaze3d/textures/GpuTexture;Lorg/joml/Vector4fc;Lcom/mojang/blaze3d/textures/GpuTexture;D)V
ARG 1 colorAttachment
ARG 2 clearColor
ARG 3 depthAttachment
ARG 4 depth
METHOD method_1_1382 clearColorAndDepthTextures (Lcom/mojang/blaze3d/textures/GpuTexture;Lorg/joml/Vector4fc;Lcom/mojang/blaze3d/textures/GpuTexture;DIIII)V
ARG 1 colorAttachment
ARG 2 clearColor
ARG 3 depthAttachment
ARG 4 depth
ARG 6 scissorX
Expand All @@ -13,6 +15,7 @@ CLASS net/minecraft/class_1_154 com/mojang/blaze3d/systems/CommandEncoderBackend
ARG 9 scissorHeight
METHOD method_1_1383 clearColorTexture (Lcom/mojang/blaze3d/textures/GpuTexture;Lorg/joml/Vector4fc;)V
ARG 1 texture
ARG 2 clearColor
METHOD method_1_1384 clearDepthTexture (Lcom/mojang/blaze3d/textures/GpuTexture;D)V
ARG 1 texture
ARG 2 depth
Expand Down Expand Up @@ -47,6 +50,7 @@ CLASS net/minecraft/class_1_154 com/mojang/blaze3d/systems/CommandEncoderBackend
ARG 2 to
METHOD method_1_1389 createFence ()Lcom/mojang/blaze3d/buffers/GpuFence;
METHOD method_1_1391 createRenderPass (Lnet/minecraft/class_1_900;)Lnet/minecraft/class_1_149;
ARG 1 description
METHOD method_1_1397 writeToBuffer (Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Ljava/nio/ByteBuffer;)V
ARG 1 slice
ARG 2 source
Expand Down
1 change: 1 addition & 0 deletions mappings/com/mojang/blaze3d/systems/GpuFeatures.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_1_893 com/mojang/blaze3d/systems/GpuFeatures
5 changes: 4 additions & 1 deletion mappings/com/mojang/blaze3d/systems/RenderPass.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CLASS com/mojang/blaze3d/systems/RenderPass
METHOD <init> (Lnet/minecraft/class_1_149;Lnet/minecraft/class_1_147;Ljava/util/List;Ljava/lang/Runnable;Lcom/mojang/blaze3d/systems/RenderPass$class_1_837;)V
ARG 1 backend
ARG 2 device
ARG 3 colorAttachments
ARG 4 onFinish
ARG 5 renderArea
METHOD bindTexture (Ljava/lang/String;Lcom/mojang/blaze3d/textures/GpuTextureView;Lnet/minecraft/class_12137;)V
ARG 1 name
Expand Down Expand Up @@ -42,7 +44,8 @@ CLASS com/mojang/blaze3d/systems/RenderPass
ARG 1 name
ARG 2 slice
METHOD setVertexBuffer (ILcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
ARG 1 index
ARG 1 slot
ARG 2 vertexBuffer
METHOD writeTimestamp (Lnet/minecraft/class_1_685;I)V
ARG 1 timestampQueryPool
ARG 2 index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ CLASS net/minecraft/class_1_149 com/mojang/blaze3d/systems/RenderPassBackend
ARG 1 name
ARG 2 slice
METHOD method_1_1338 setVertexBuffer (ILcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
ARG 1 index
ARG 1 slot
ARG 2 vertexBuffer
METHOD method_1_4243 writeTimestamp (Lnet/minecraft/class_1_685;I)V
ARG 1 timestampQueryPool
ARG 2 index
2 changes: 0 additions & 2 deletions mappings/net/minecraft/class_1_899.mapping

This file was deleted.

2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/gl/GlBackend.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_10865 net/minecraft/client/gl/GlBackend
FIELD field_1_3390 deviceInfo Lnet/minecraft/class_1_664;
FIELD field_1_6266 framebufferManager Lnet/minecraft/class_1_894;
FIELD field_57853 LOGGER Lorg/slf4j/Logger;
FIELD field_57854 commandEncoder Lnet/minecraft/class_1_154;
FIELD field_57855 glDebug Lnet/minecraft/class_1008;
Expand All @@ -20,6 +21,7 @@ CLASS net/minecraft/class_10865 net/minecraft/client/gl/GlBackend
ARG 1 contextId
ARG 3 defaultShaderSourceGetter
ARG 4 debugOptions
METHOD method_1_5402 getFramebufferManager ()Lnet/minecraft/class_1_894;
METHOD method_68377 getDebugLabelManager ()Lnet/minecraft/class_10861;
METHOD method_68378 getCompiledShader (Lnet/minecraft/class_2960;Lcom/mojang/blaze3d/shaders/ShaderType;Lnet/minecraft/class_10149;Lnet/minecraft/class_12289;)Lnet/minecraft/class_10141;
ARG 1 id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
CLASS net/minecraft/class_10874 net/minecraft/client/gl/BufferManager
CLASS net/minecraft/class_10874 net/minecraft/client/gl/GlBufferManager
METHOD method_1_5416 setupFramebuffer (IIIII)V
ARG 1 framebuffer
ARG 2 colorTexture
ARG 3 depthTexture
ARG 4 level
ARG 5 target
METHOD method_68431 createFramebuffer ()I
METHOD method_68432 setupFramebuffer (I[I[IIII)V
ARG 1 framebuffer
ARG 4 mipLevel
ARG 5 bindTarget
ARG 6 depthAttachment
ARG 2 colorTextures
ARG 3 colorLevels
ARG 4 depthTexture
ARG 5 depthLevel
ARG 6 target
METHOD method_68812 setupBlitFramebuffer (IIIIIIIIIIII)V
ARG 1 readFramebuffer
ARG 2 writeFramebuffer
Expand All @@ -21,6 +29,7 @@ CLASS net/minecraft/class_10874 net/minecraft/client/gl/BufferManager
METHOD method_68813 create (Lorg/lwjgl/opengl/GLCapabilities;Ljava/util/Set;Lnet/minecraft/class_11541;)Lnet/minecraft/class_10874;
ARG 0 capabilities
ARG 1 usedCapabilities
ARG 2 deviceInfo
METHOD method_71023 createBuffer ()I
METHOD method_71024 unmapBuffer (II)V
ARG 1 buffer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CLASS net/minecraft/class_10860 net/minecraft/client/gl/GlCommandEncoderBackend
FIELD field_1_6298 vertexBuffer Lnet/minecraft/class_10869$class_10872;
FIELD field_1_6299 colorAttachmentTextures Ljava/util/List;
FIELD field_57843 LOGGER Lorg/slf4j/Logger;
FIELD field_57844 backend Lnet/minecraft/class_10865;
FIELD field_57845 temporaryFb1 I
Expand Down
25 changes: 25 additions & 0 deletions mappings/net/minecraft/client/gl/GlFramebufferManager.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
CLASS net/minecraft/class_1_894 net/minecraft/client/gl/GlFramebufferManager
FIELD field_1_6294 framebuffersByAttachment Lit/unimi/dsi/fastutil/objects/Object2IntMap;
METHOD method_1_5412 create (Lnet/minecraft/class_1_894$class_1_895;Lnet/minecraft/class_10874;Ljava/util/List;Lnet/minecraft/class_1_899;)I
ARG 1 key
ARG 2 bufferManager
ARG 3 colorTextures
ARG 4 depthTexture
METHOD method_1_5413 remove (Lnet/minecraft/class_1_894$class_1_895;)V
ARG 1 key
METHOD method_1_5414 get (Lnet/minecraft/class_10874;Ljava/util/List;Lnet/minecraft/class_1_899;)I
ARG 1 bufferManager
ARG 2 colorTextures
ARG 3 depthTexture
METHOD method_1_5415 (Lnet/minecraft/class_1_894$class_1_895;Lnet/minecraft/class_10874;Ljava/util/List;Lnet/minecraft/class_1_899;Ljava/lang/Object;)I
ARG 5 key
CLASS class_1_895 AttachmentsKey
FIELD field_1_6295 textures Ljava/util/List;
FIELD field_1_6296 idsAndBaseMipLevels [I
COMMENT An interleaved array of OpenGL texture IDs and base mipmap levels.
FIELD field_1_6297 hashCode I
METHOD <init> (Ljava/util/List;Lnet/minecraft/class_1_899;)V
ARG 1 colorTextures
ARG 2 depthTexture
METHOD equals (Ljava/lang/Object;)Z
ARG 1 other
8 changes: 8 additions & 0 deletions mappings/net/minecraft/client/gl/GlGpuBuffer.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
CLASS net/minecraft/class_10859 net/minecraft/client/gl/GlGpuBuffer
FIELD field_1_6261 hasBufferStorage Z
FIELD field_1_6262 flags I
FIELD field_1_6263 numMaps I
FIELD field_57838 POOL Lcom/mojang/jtracy/MemoryPool;
FIELD field_57839 closed Z
FIELD field_57841 debugLabelSupplier Ljava/util/function/Supplier;
Expand All @@ -11,3 +14,8 @@ CLASS net/minecraft/class_10859 net/minecraft/client/gl/GlGpuBuffer
ARG 3 usage
ARG 4 size
ARG 6 id
ARG 7 hasBufferStorage
METHOD method_1_5400 assertUsable ()V
METHOD method_1_5401 releaseMap ()V
CLASS 1 1
FIELD field_1_6264 closed Z
5 changes: 5 additions & 0 deletions mappings/net/minecraft/client/gl/GlRenderPassBackend.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CLASS net/minecraft/class_10866 net/minecraft/client/gl/GlRenderPassBackend
FIELD field_1_1151 device Lnet/minecraft/class_10865;
FIELD field_1_5954 defaultScissorState Lnet/minecraft/class_11219;
FIELD field_1_6269 numColorAttachments I
FIELD field_1_6270 dirty Z
FIELD field_57867 IS_DEVELOPMENT Z
FIELD field_57868 pipeline Lnet/minecraft/class_10867;
FIELD field_57869 vertexBuffers [Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
Expand All @@ -15,6 +18,8 @@ CLASS net/minecraft/class_10866 net/minecraft/client/gl/GlRenderPassBackend
ARG 1 resourceManager
ARG 2 device
ARG 3 hasDepth
ARG 4 numColorAttachments
ARG 5 defaultScissorState
METHOD method_68407 hasDepth ()Z
METHOD method_70808 isScissorEnabled ()Z
METHOD method_70809 getScissorX ()I
Expand Down
7 changes: 7 additions & 0 deletions mappings/net/minecraft/client/gl/GlTextureLike.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CLASS net/minecraft/class_1_899 net/minecraft/client/gl/GlTextureLike
METHOD method_1_5421 addKey (Lnet/minecraft/class_1_894$class_1_895;)V
ARG 1 key
METHOD method_1_5422 getBaseMipLevel ()I
METHOD method_1_5423 removeKey (Lnet/minecraft/class_1_894$class_1_895;)V
ARG 1 key
METHOD method_68427 getGlId ()I
7 changes: 7 additions & 0 deletions mappings/net/minecraft/client/gl/VertexBufferManager.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CLASS net/minecraft/class_10869 net/minecraft/client/gl/VertexBufferManager
METHOD method_68428 setupBuffer ([Lcom/mojang/blaze3d/vertex/VertexFormat;[Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Lnet/minecraft/class_10869$class_10872;)Lnet/minecraft/class_10869$class_10872;
ARG 1 vertexFormatBindings
ARG 2 vertexBuffers
ARG 3 previousBuffer
METHOD method_68429 create (Lorg/lwjgl/opengl/GLCapabilities;Lnet/minecraft/class_10861;Ljava/util/Set;)Lnet/minecraft/class_10869;
ARG 0 capabilities
ARG 1 labeler
Expand All @@ -10,14 +13,18 @@ CLASS net/minecraft/class_10869 net/minecraft/client/gl/VertexBufferManager
METHOD <init> (Lnet/minecraft/class_10861;)V
ARG 1 labeler
METHOD method_68430 setupBuffer ([Lcom/mojang/blaze3d/vertex/VertexFormat;Z[Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
ARG 0 vertexFormatBindings
ARG 1 vbaIsNew
ARG 2 vertexBuffers
CLASS class_10871 ARBVertexBufferManager
FIELD field_57891 cache Ljava/util/Map;
FIELD field_57892 labeler Lnet/minecraft/class_10861;
FIELD field_60021 applyMesaWorkaround Z
METHOD <init> (Lnet/minecraft/class_10861;)V
ARG 1 labeler
CLASS class_10872 AllocatedBuffer
FIELD field_1_6300 vertexFormatDescription Ljava/lang/String;
FIELD field_57893 glId I
METHOD <init> (I[Lcom/mojang/blaze3d/vertex/VertexFormat;)V
ARG 1 glId
ARG 2 vertexFormats
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ CLASS net/minecraft/class_521 net/minecraft/client/gui/screen/pack/PackListWidge
FIELD field_19128 client Lnet/minecraft/class_310;
FIELD field_19129 pack Lnet/minecraft/class_5369$class_5371;
FIELD field_19130 widget Lnet/minecraft/class_521;
FIELD field_32403 TEXT_MAX_WIDTH I
FIELD field_64204 ICON_SIZE I
FIELD field_64205 nameWidget Lnet/minecraft/class_7842;
FIELD field_64206 descriptionWidget Lnet/minecraft/class_7940;
METHOD <init> (Lnet/minecraft/class_521;Lnet/minecraft/class_310;Lnet/minecraft/class_521;Lnet/minecraft/class_5369$class_5371;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ CLASS net/minecraft/class_5375 net/minecraft/client/gui/screen/pack/PackScreen
ARG 2 applier
ARG 3 file
ARG 4 title
METHOD method_1_5449 setSearch (Ljava/lang/String;)V
ARG 1 search
METHOD method_29669 copyPacks (Lnet/minecraft/class_310;Ljava/util/List;Ljava/nio/file/Path;)V
ARG 0 client
ARG 1 srcPaths
Expand Down Expand Up @@ -49,14 +51,18 @@ CLASS net/minecraft/class_5375 net/minecraft/client/gui/screen/pack/PackScreen
METHOD method_30291 closeDirectoryWatcher ()V
METHOD method_52760 streamFileNames (Ljava/util/Collection;)Ljava/util/stream/Stream;
ARG 0 paths
METHOD method_57755 (Lnet/minecraft/class_5375;Lnet/minecraft/class_339;)V
ARG 1 child
METHOD method_74709 setSearch (Ljava/lang/String;Lnet/minecraft/class_5369$class_5372;)V
ARG 1 search
ARG 2 focused
METHOD method_74710 (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_5369$class_5371;)Z
ARG 2 pack
METHOD method_74711 filter (Ljava/lang/String;Ljava/util/stream/Stream;Lnet/minecraft/class_521;Lnet/minecraft/class_5369$class_5372;)V
ARG 1 search
ARG 2 packs
ARG 3 listWidget
ARG 4 focused
CLASS class_5426 DirectoryWatcher
FIELD field_25790 watchService Ljava/nio/file/WatchService;
FIELD field_25791 path Ljava/nio/file/Path;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CLASS net/minecraft/class_956 net/minecraft/client/render/entity/TntEntityRenderer
FIELD field_1_2179 blockModelManager Lnet/minecraft/class_1_394;
FIELD field_1_2284 ID Lnet/minecraft/class_1_436;
METHOD method_1_5207 getSwell (F)F
ARG 0 fuse
METHOD method_1_5208 shouldRenderOverlay (F)Z
ARG 0 fuse
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/texture/GlTexture.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CLASS net/minecraft/class_10868 net/minecraft/client/texture/GlTexture
FIELD field_1_6267 keys Ljava/util/List;
FIELD field_1_6268 framebufferManager Lnet/minecraft/class_1_894;
FIELD field_57882 glId I
FIELD field_57883 closed Z
FIELD field_60565 refCount I
Expand All @@ -12,6 +14,7 @@ CLASS net/minecraft/class_10868 net/minecraft/client/texture/GlTexture
ARG 6 depthOrLayers
ARG 7 mipLevels
ARG 8 glId
ARG 9 framebufferManager
METHOD method_71635 incrementRefCount ()V
METHOD method_71636 decrementRefCount ()V
METHOD method_71637 free ()V
Loading
Loading