Rename the ClientWorld#netHandler field to networkHandler (#2914)

Fixes #2912
This commit is contained in:
haykam821 2022-01-17 16:25:42 -05:00 committed by GitHub
parent bcc33c75fc
commit 2057b0812e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ CLASS net/minecraft/class_638 net/minecraft/client/world/ClientWorld
FIELD field_34804 chunkUpdaters Ljava/util/Deque;
FIELD field_35163 simulationDistance I
FIELD field_35432 BLOCK_MARKER_ITEMS Ljava/util/Set;
FIELD field_3727 netHandler Lnet/minecraft/class_634;
FIELD field_3727 networkHandler Lnet/minecraft/class_634;
FIELD field_3729 client Lnet/minecraft/class_310;
FIELD field_3733 scoreboard Lnet/minecraft/class_269;
METHOD <init> (Lnet/minecraft/class_634;Lnet/minecraft/class_638$class_5271;Lnet/minecraft/class_5321;Lnet/minecraft/class_2874;IILjava/util/function/Supplier;Lnet/minecraft/class_761;ZJ)V