Rename `ServerPlayerEntity#sendInitialChunkPackets` to `sendChunkPacket` (#3255)

The name was correct in 1.17.1, but 1.18 changes made it inapplicable.
This commit is contained in:
apple502j 2022-07-23 23:10:59 +09:00 committed by GitHub
parent 37dd5e0423
commit f47267e9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
METHOD method_14203 copyFrom (Lnet/minecraft/class_3222;Z)V
ARG 1 oldPlayer
ARG 2 alive
METHOD method_14205 sendInitialChunkPackets (Lnet/minecraft/class_1923;Lnet/minecraft/class_2596;)V
METHOD method_14205 sendChunkPacket (Lnet/minecraft/class_1923;Lnet/minecraft/class_2596;)V
ARG 1 chunkPos
ARG 2 chunkDataPacket
METHOD method_14206 getPlayerListName ()Lnet/minecraft/class_2561;