File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ c net/minecraft/unmapped/C_4076851
5252c net/minecraft/unmapped/C_4191835
5353 m ()V <init> <init>
5454c net/minecraft/unmapped/C_4443804
55- m ()Z m_4494304 canHandleOffMainThread
56- c Returns whether this packet handler can handle packets off the main thread or if\npackets should be queued to be handled on the main thread.
55+ m ()Z m_4494304 canRunOffMainThread
56+ c Returns whether this packet handler can handle packets off the main thread or if packet\nhandling should be queued to run on the main thread.
5757c net/minecraft/unmapped/C_4824661
5858 m (I)I m_7433448 getTargetFrameRate
5959 p 0 max
6060c net/minecraft/unmapped/C_4844124
61- m ()Z m_5113178 canBeHandledOnCurrentThread
62- c Returns whether this packet can be handled on the current thread or if it should\nbe queued to be handled on the main thread.
61+ m ()Z m_5113178 canBeHandledOffMainThread
62+ c Returns whether this packet can be handled off the main thread or if it should\nbe queued to be handled on the main thread.
6363c net/minecraft/unmapped/C_4939758
6464 m ()Z m_4494304 m_4494304
6565c net/minecraft/unmapped/C_5009044
Original file line number Diff line number Diff line change @@ -673,8 +673,8 @@ c net/minecraft/unmapped/C_4443804 net/minecraft/network/PacketHandler net/minec
673673 p 1 packet
674674 m (Lnet/minecraft/unmapped/C_3417986;)V m_1734880 handleWorldChunks
675675 p 1 packet
676- m ()Z m_4494304 canHandleOffMainThread
677- c Returns whether this packet handler can handle packets off the main thread or if\npackets should be queued to be handled on the main thread.
676+ m ()Z m_4494304 canRunOffMainThread
677+ c Returns whether this packet handler can handle packets off the main thread or if packet\nhandling should be queued to run on the main thread.
678678 m (Lnet/minecraft/unmapped/C_1234758;)V m_2863758 handleScoreboardObjective
679679 p 1 packet
680680 m (Lnet/minecraft/unmapped/C_0089468;)V m_1544849 handleScoreboardScore
@@ -808,8 +808,8 @@ c net/minecraft/unmapped/C_4844124
808808 c Returns whether connections should check for duplicates before sending this packet.
809809 m (Lnet/minecraft/unmapped/C_4844124;)Z m_9063255 is
810810 p 1 packet
811- m ()Z m_5113178 canBeHandledOnCurrentThread
812- c Returns whether this packet can be handled on the current thread or if it should\nbe queued to be handled on the main thread.
811+ m ()Z m_5113178 canBeHandledOffMainThread
812+ c Returns whether this packet can be handled off the main thread or if it should\nbe queued to be handled on the main thread.
813813 m (Ljava/io/DataOutput;[B)V m_9223305 writeData
814814 p 0 output
815815 p 1 data
You can’t perform that action at this time.
0 commit comments