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
4 changes: 2 additions & 2 deletions mappings/com/mojang/blaze3d/buffers/GpuBuffer.mapping
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CLASS com/mojang/blaze3d/buffers/GpuBuffer
METHOD <init> (IJ)V
ARG 1 size
ARG 2 usage
ARG 1 usage
ARG 2 size
METHOD map (JJZZ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 offset
ARG 3 size
Expand Down
87 changes: 87 additions & 0 deletions mappings/com/mojang/blaze3d/buffers/GpuBufferAllocator.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
CLASS net/minecraft/class_1_1013 com/mojang/blaze3d/buffers/GpuBufferAllocator
METHOD method_1_6149 allocateByteBuffer (JJ)Ljava/nio/ByteBuffer;
ARG 1 size
ARG 3 alignment
METHOD method_1_6150 allocateByteBuffer (JJJJ)Ljava/nio/ByteBuffer;
ARG 1 preferredSize
ARG 3 alignment
ARG 5 minimumSize
ARG 7 sizeAlignment
METHOD method_1_6151 allocateDeviceBuffer (JJI)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 size
ARG 3 alignment
ARG 5 usage
METHOD method_1_6152 allocateDeviceBuffer (JJIJJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 preferredSize
ARG 3 alignment
ARG 5 usage
ARG 6 minimumSize
ARG 8 sizeAlignment
METHOD method_1_6153 allocateMappedBuffer (JJI)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 size
ARG 3 alignment
ARG 5 usage
METHOD method_1_6154 allocateMappedBuffer (JJIJJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 preferredSize
ARG 3 alignment
ARG 5 usage
ARG 6 minimumSize
ARG 8 sizeAlignment
METHOD method_1_6155 allocateHostBuffer (JJI)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 size
ARG 3 alignment
ARG 5 usage
METHOD method_1_6156 allocateHostBuffer (JJIJJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice$class_1_892;
ARG 1 preferredSize
ARG 3 alignment
ARG 5 usage
ARG 6 minimumSize
ARG 8 sizeAlignment
METHOD method_1_6157 allocateMappedBuffers (Ljava/util/List;JI)Ljava/util/List;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
METHOD method_1_6158 allocateHostBuffers (Ljava/util/List;JI)Ljava/util/List;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
METHOD method_1_6159 allocateMappedBuffer (Ljava/nio/ByteBuffer;JI)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
METHOD method_1_6160 allocateMappedBuffer (Ljava/nio/ByteBuffer;JIJJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
ARG 5 minimumSize
ARG 7 sizeAlignment
METHOD method_1_6161 allocateMappedBuffer (Ljava/util/List;JI)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
METHOD method_1_6162 allocateMappedBuffer (Ljava/util/List;JIJJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
ARG 5 minimumSize
ARG 7 sizeAlignment
METHOD method_1_6163 allocateHostBuffer (Ljava/nio/ByteBuffer;JI)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
METHOD method_1_6164 allocateHostBuffer (Ljava/nio/ByteBuffer;JIJJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
ARG 5 minimumSize
ARG 7 sizeAlignment
METHOD method_1_6165 allocateHostBuffer (Ljava/util/List;JI)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
METHOD method_1_6166 allocateHostBuffer (Ljava/util/List;JIJJ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
ARG 5 minimumSize
ARG 7 sizeAlignment
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ CLASS net/minecraft/class_1_154 com/mojang/blaze3d/systems/CommandEncoderBackend
METHOD method_1_4411 writeTimestamp (Lnet/minecraft/class_1_685;I)V
ARG 1 timestampQueryPool
ARG 2 index
METHOD method_1_6231 getGpuBufferAllocator ()Lnet/minecraft/class_1_1013;
METHOD method_68346 closePass ()V
19 changes: 19 additions & 0 deletions mappings/com/mojang/blaze3d/systems/RenderPassBackend.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,22 @@ CLASS net/minecraft/class_1_149 com/mojang/blaze3d/systems/RenderPassBackend
METHOD method_1_5512 drawIndirect (Lcom/mojang/blaze3d/buffers/GpuBufferSlice;I)V
ARG 1 buffer
ARG 2 drawCount
METHOD method_1_6186 multiDrawInterleaved (Ljava/nio/IntBuffer;III)V
ARG 1 vertexInfo
ARG 2 instanceCount
ARG 3 firstInstance
ARG 4 drawCount
METHOD method_1_6187 multiDrawSeparate (Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V
ARG 1 first
ARG 2 count
ARG 3 drawCount
METHOD method_1_6188 multiDrawIndexedInterleaved (Ljava/nio/IntBuffer;III)V
ARG 1 indexInfo
ARG 2 instanceCount
ARG 3 firstInstance
ARG 4 drawCount
METHOD method_1_6189 multiDrawIndexedSeparate (Lorg/lwjgl/PointerBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V
ARG 1 indices
ARG 2 count
ARG 3 first
ARG 4 drawCount
1 change: 0 additions & 1 deletion mappings/net/minecraft/class_1_1010.mapping

This file was deleted.

1 change: 0 additions & 1 deletion mappings/net/minecraft/class_1_1012.mapping

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CLASS net/minecraft/class_1_951 net/minecraft/client/friend/InvitationManager
ARG 1 friendId
METHOD method_1_5776 getOutgoingInvitations ()Ljava/util/Set;
METHOD method_1_5777 getJoinInfoUpdate (Lcom/mojang/authlib/yggdrasil/response/PresenceStatus;)Lcom/mojang/authlib/yggdrasil/request/JoinInfoUpdate;
ARG 1 presenceStatus
METHOD method_1_5778 getPresenceResponse ()Lcom/mojang/authlib/yggdrasil/response/PresenceResponse;
METHOD method_1_5779 getPresenceStatus ()Lcom/mojang/authlib/yggdrasil/response/PresenceStatus;
METHOD method_1_5780 pmidToProfileId (Ljava/util/UUID;)Ljava/util/UUID;
Expand Down Expand Up @@ -50,3 +51,4 @@ CLASS net/minecraft/class_1_951 net/minecraft/client/friend/InvitationManager
METHOD method_1_5795 checkPresenceStatus ()V
METHOD method_1_5796 markDirty ()V
METHOD method_1_5797 updatePresenceStatus ()V
METHOD method_1_6258 getActualPresenceStatus ()Lcom/mojang/authlib/yggdrasil/response/PresenceStatus;
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CLASS net/minecraft/class_1_1028 net/minecraft/client/friend/gui/screen/FriendListConfirmScreen
FIELD field_1_7022 BACKGROUND_TEXTURE Lnet/minecraft/class_2960;
FIELD field_1_7025 NARRATION_LINK_USAGE_FOCUSED_TEXT Lnet/minecraft/class_2561;
FIELD field_1_7026 NARRATION_LINK_USAGE_HOVERED_TEXT Lnet/minecraft/class_2561;
METHOD method_1_6265 (Lnet/minecraft/class_2583;)V
ARG 1 widget
12 changes: 12 additions & 0 deletions mappings/net/minecraft/client/gl/AbstractGlGpuBuffer.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CLASS net/minecraft/class_1_1010 net/minecraft/client/gl/AbstractGlGpuBuffer
FIELD field_1_6916 MEMORY_POOL Lcom/mojang/jtracy/MemoryPool;
FIELD field_1_6917 supportsPersistentMapping Z
FIELD field_1_6918 glId I
FIELD field_1_6919 mapCount I
METHOD <init> (IJIZ)V
ARG 1 usage
ARG 2 size
ARG 4 glId
ARG 5 supportsPersistentMapping
METHOD method_1_6142 assertUsable ()V
METHOD method_1_6143 getGlId ()I
4 changes: 4 additions & 0 deletions mappings/net/minecraft/client/gl/GlBackend.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
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_1_6380 allowGlArbBaseInstance Z
FIELD field_1_6381 allowGlArbDrawIndirect Z
FIELD field_1_6382 allowGlArbMultiDrawIndirect Z
FIELD field_1_6383 allowGlArbShaderDrawParameters Z
FIELD field_57853 LOGGER Lorg/slf4j/Logger;
FIELD field_57854 commandEncoder Lnet/minecraft/class_10860;
FIELD field_57855 glDebug Lnet/minecraft/class_1008;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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_1_6939 gpuBufferAllocator Lnet/minecraft/class_1_1014;
FIELD field_57843 LOGGER Lorg/slf4j/Logger;
FIELD field_57844 backend Lnet/minecraft/class_10865;
FIELD field_57845 temporaryFb1 I
Expand All @@ -20,6 +21,13 @@ CLASS net/minecraft/class_10860 net/minecraft/client/gl/GlCommandEncoderBackend
METHOD method_1_5503 assertUsable (Lnet/minecraft/class_10866;Lnet/minecraft/class_5595;)V
ARG 1 renderPass
ARG 2 indexType
METHOD method_1_6148 multiDraw (Lnet/minecraft/class_10866;Lnet/minecraft/class_5595;Lorg/lwjgl/PointerBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V
ARG 1 pass
ARG 2 indexType
ARG 3 indices
ARG 4 count
ARG 5 first
ARG 6 drawCount
METHOD method_68351 setupRenderPass (Lnet/minecraft/class_10866;Ljava/util/Collection;)Z
ARG 1 pass
ARG 2 validationSkippedUniforms
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/gl/GlConst.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CLASS net/minecraft/class_1_1009 net/minecraft/client/gl/GlConst
METHOD method_1_6141 usageToGlBufferType (I)I
ARG 0 usage
1 change: 1 addition & 0 deletions mappings/net/minecraft/client/gl/GlDebug.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CLASS net/minecraft/class_1008 net/minecraft/client/gl/GlDebug
ARG 4 severity
ARG 5 length
ARG 6 message
ARG 8 userParam
METHOD method_4225 unknown (I)Ljava/lang/String;
ARG 0 opcode
METHOD method_4226 getSeverity (I)Ljava/lang/String;
Expand Down
14 changes: 14 additions & 0 deletions mappings/net/minecraft/client/gl/GlGpuBuffer.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CLASS net/minecraft/class_10859 net/minecraft/client/gl/GlGpuBuffer
FIELD field_1_6262 access I
FIELD field_57839 closed Z
FIELD field_60010 backingBuffer Ljava/nio/ByteBuffer;
FIELD field_60011 bufferManager Lnet/minecraft/class_10874;
METHOD <init> (Lnet/minecraft/class_10874;IJIZ)V
ARG 1 bufferManager
ARG 2 usage
ARG 3 size
ARG 5 glId
ARG 6 supportsPersistentMapping
METHOD method_1_5401 decrementMapCount ()V
CLASS 1 1
FIELD field_1_6264 closed Z
63 changes: 63 additions & 0 deletions mappings/net/minecraft/client/gl/GlGpuBufferAllocator.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
CLASS net/minecraft/class_1_1014 net/minecraft/client/gl/GlGpuBufferAllocator
FIELD field_1_6941 BLOCK_SIZE J
FIELD field_1_6942 MAX_HOST_MEMORY_ALIGNMENT J
FIELD field_1_6943 MAX_GPU_BUFFER_ALIGNMENT J
FIELD field_1_6944 gpuBufferManager Lnet/minecraft/class_11266;
FIELD field_1_6945 memoryArena Lnet/minecraft/class_1_1022;
FIELD field_1_6946 debugLabelManager Lnet/minecraft/class_10861;
FIELD field_1_6947 bufferManager Lnet/minecraft/class_10874;
FIELD field_1_6948 commandBufferIndex J
METHOD <init> (Lnet/minecraft/class_10865;)V
ARG 1 device
METHOD method_1_6167 start ()V
METHOD method_1_6168 getCommandBufferIndex ()J
CLASS class_1_1015 Fallback
FIELD field_1_6949 arena Lnet/minecraft/class_1_1022;
METHOD method_1_6169 allocateTransientBuffer (J)Lnet/minecraft/class_1_1014$class_1_1015$class_1_1016;
ARG 1 size
METHOD method_1_6170 destroyTransientBuffer (Lnet/minecraft/class_1_1014$class_1_1015$class_1_1016;)V
ARG 1 buffer
METHOD method_1_6173 (Ljava/util/List;I)Ljava/lang/Integer;
ARG 1 i
CLASS class_1_1016 Buffer
CLASS class_1_1017 PersistentMapped
FIELD field_1_6951 NUM_FENCES I
FIELD field_1_6952 deviceAllocator Lnet/minecraft/class_1_1022;
FIELD field_1_6953 sharedAllocator Lnet/minecraft/class_1_1022;
FIELD field_1_6954 fences [Lnet/minecraft/class_1_1014$class_1_1017$class_1_1019;
FIELD field_1_6955 hostAllocator Lnet/minecraft/class_1_1022;
METHOD method_1_6174 allocateBuffer (JZZ)Lnet/minecraft/class_1_1014$class_1_1017$class_1_1018;
ARG 1 size
ARG 3 hostOnly
ARG 4 coherent
METHOD method_1_6175 destroyBuffer (Lnet/minecraft/class_1_1014$class_1_1017$class_1_1018;)V
ARG 1 buffer
METHOD method_1_6179 (Ljava/util/List;I)Ljava/lang/Integer;
ARG 1 index
METHOD method_1_6180 (J)Lnet/minecraft/class_1_1014$class_1_1017$class_1_1018;
ARG 1 size
METHOD method_1_6181 (J)Lnet/minecraft/class_1_1014$class_1_1017$class_1_1018;
ARG 1 size
METHOD method_1_6182 (J)Lnet/minecraft/class_1_1014$class_1_1017$class_1_1018;
ARG 1 size
METHOD method_1_6183 allocateMappedBuffers (Ljava/util/List;JIZ)Ljava/util/List;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
ARG 5 hostOnly
METHOD method_1_6184 allocateMappedBuffer (Ljava/util/List;JIJJZ)Lcom/mojang/blaze3d/buffers/GpuBufferSlice;
ARG 1 contents
ARG 2 alignment
ARG 4 usage
ARG 5 minimumSize
ARG 7 sizeAlignment
ARG 9 hostOnly
CLASS class_1_1018 Buffer
CLASS class_1_1019 Fence
CLASS class_1_1020 TransientBuffer
FIELD field_1_6956 commandBufferIndex J
FIELD field_1_6957 closed Z
METHOD <init> (Lnet/minecraft/class_1_1014;IIJ)V
ARG 2 glId
ARG 3 usage
ARG 4 size
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CLASS net/minecraft/class_410 net/minecraft/client/gui/screen/ConfirmScreen
ARG 3 message
ARG 4 yesText
ARG 5 noText
METHOD method_1_6196 createMessageWidget ()Lnet/minecraft/class_8021;
METHOD method_2125 disableButtons (I)V
ARG 1 ticks
METHOD method_37051 addButtons (Lnet/minecraft/class_8667;)V
Expand Down
14 changes: 14 additions & 0 deletions mappings/net/minecraft/client/gui/screen/OpenToLanScreen.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ CLASS net/minecraft/class_436 net/minecraft/client/gui/screen/OpenToLanScreen
FIELD field_1_6722 contents Lnet/minecraft/class_8132;
FIELD field_1_6723 portValid Z
FIELD field_1_6724 shareSetting Lnet/minecraft/server/MinecraftServer$class_1_908;
FIELD field_1_7015 lastPort I
FIELD field_1_7016 portTextWidget Lnet/minecraft/class_7842;
FIELD field_2545 gameMode Lnet/minecraft/class_1934;
FIELD field_2546 allowCommands Z
FIELD field_2548 parent Lnet/minecraft/class_437;
Expand All @@ -26,6 +28,7 @@ CLASS net/minecraft/class_436 net/minecraft/client/gui/screen/OpenToLanScreen
METHOD <init> (Lnet/minecraft/class_437;)V
ARG 1 parent
METHOD method_1_5869 updateShareSetting (Lnet/minecraft/class_1132;)V
ARG 1 integratedServer
METHOD method_1_5870 areSettingsChanged ()Z
METHOD method_1_5871 (Lnet/minecraft/server/MinecraftServer$class_1_908;)Z
ARG 0 setting
Expand All @@ -34,10 +37,21 @@ CLASS net/minecraft/class_436 net/minecraft/client/gui/screen/OpenToLanScreen
ARG 2 value
METHOD method_1_5874 (Lnet/minecraft/class_1132;Lnet/minecraft/class_4185;)V
ARG 2 button
METHOD method_1_5875 (Ljava/lang/String;)V
ARG 1 value
METHOD method_1_5876 publish (Lnet/minecraft/class_1132;Lnet/minecraft/server/MinecraftServer$class_1_908;)V
ARG 1 integratedServer
ARG 2 shareSetting
METHOD method_1_5877 sendShareSettingChangedMessage (Lnet/minecraft/class_2561;)V
ARG 1 text
METHOD method_1_5878 updateApplyChangesButton ()V
METHOD method_1_6259 (Lnet/minecraft/server/MinecraftServer$class_1_908;)Lnet/minecraft/class_7919;
ARG 0 value
METHOD method_1_6260 isOnlyChangingLanPort ()Z
METHOD method_1_6261 isSharingToLan ()Z
METHOD method_1_6262 handlePortFieldError (Lnet/minecraft/class_2561;)V
ARG 1 errorText
METHOD method_1_6263 onChangeShareSetting ()V
METHOD method_19850 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_32638 (Lnet/minecraft/class_5676;Lnet/minecraft/class_1934;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ CLASS net/minecraft/class_6777 net/minecraft/client/gui/screen/option/OnlineOpti
FIELD field_1_6782 acceptsFriendInvitesButton Lnet/minecraft/class_5676;
FIELD field_1_6783 friendsEnabledButton Lnet/minecraft/class_5676;
FIELD field_1_6784 getInGameNotificationButton Lnet/minecraft/class_5676;
FIELD field_1_7020 CONFIRM_MESSAGE_LINK_TEXT Lnet/minecraft/class_2561;
FIELD field_1_7021 SERVERS_HEADER_TEXT Lnet/minecraft/class_2561;
FIELD field_49500 TITLE_TEXT Lnet/minecraft/class_2561;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
Expand Down Expand Up @@ -42,6 +44,8 @@ CLASS net/minecraft/class_6777 net/minecraft/client/gui/screen/option/OnlineOpti
METHOD method_1_5976 (Lnet/minecraft/class_7172;Lnet/minecraft/class_5676;Ljava/lang/Boolean;)V
ARG 1 button
ARG 2 value
METHOD method_1_5977 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_1_5978 (Lnet/minecraft/class_5520;ZZLjava/util/function/Consumer;Lcom/mojang/authlib/yggdrasil/FriendsService$ResultCode;Ljava/lang/Throwable;)V
ARG 4 resultCode
ARG 5 ex
Expand All @@ -60,3 +64,5 @@ CLASS net/minecraft/class_6777 net/minecraft/client/gui/screen/option/OnlineOpti
ARG 2 socialInteractionsManager
ARG 3 getInGameNotification
METHOD method_1_5985 refresh ()V
METHOD method_1_6264 (Lnet/minecraft/class_2583;)Lnet/minecraft/class_2583;
ARG 0 style
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
CLASS net/minecraft/class_8019 net/minecraft/client/gui/widget/NarratedMultilineTextWidget
FIELD field_1_7011 focusedText Lnet/minecraft/class_2561;
FIELD field_1_7012 hoveredText Lnet/minecraft/class_2561;
FIELD field_1_7013 narrateTitle Z
FIELD field_41802 DEFAULT_MARGIN I
FIELD field_45355 alwaysShowBorders Z
FIELD field_49480 margin I
Expand All @@ -14,6 +17,11 @@ CLASS net/minecraft/class_8019 net/minecraft/client/gui/widget/NarratedMultiline
METHOD method_1_5770 (Lnet/minecraft/class_2583;Ljava/lang/String;)Ljava/util/Optional;
ARG 0 style
ARG 1 string
METHOD method_1_6256 setNarrateTitle (Z)V
ARG 1 narrateTitle
METHOD method_1_6257 setFocusedAndHoverText (Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
ARG 1 focusedText
ARG 2 hoveredText
METHOD method_75352 builder (Lnet/minecraft/class_2561;Lnet/minecraft/class_327;)Lnet/minecraft/class_8019$class_12141;
ARG 0 text
ARG 1 textRenderer
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/network/p2p/P2PGateway.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CLASS net/minecraft/class_1_993 net/minecraft/client/network/p2p/P2PGateway
METHOD method_1_6039 (Ljava/net/http/HttpClient;Lnet/minecraft/class_1_977;Ljava/lang/String;Ljava/lang/String;)Ljava/util/concurrent/CompletionStage;
ARG 4 endpoint
METHOD method_1_6040 (Ljava/net/http/HttpClient;Lnet/minecraft/class_1_977;Ljava/lang/Throwable;)V
ARG 2 webSocket
ARG 3 ex
METHOD method_1_6042 (Ljava/net/http/HttpResponse;)Ljava/lang/String;
ARG 1 response
Expand Down Expand Up @@ -134,6 +135,8 @@ CLASS net/minecraft/class_1_993 net/minecraft/client/network/p2p/P2PGateway
METHOD method_1_6082 onException (Ljava/util/UUID;Lnet/minecraft/class_1_952;)V
ARG 1 pmid
ARG 2 ex
METHOD method_1_6268 onFail ()V
METHOD method_1_6269 onConnect ()V
CLASS class_1_998 Environment
FIELD field_1_6857 CONFIGURATION_ROUTE Ljava/lang/String;
FIELD field_1_6860 url Ljava/lang/String;
Expand Down
Loading
Loading