ServerPlayerEntity.openHandledScreen -> refreshScreenHandler (#1818)

This commit is contained in:
Juuxel 2020-10-31 21:00:41 +02:00 committed by GitHub
parent 62528bf471
commit 55a3a2ab06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ 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_14204 openHandledScreen (Lnet/minecraft/class_1703;)V
METHOD method_14204 refreshScreenHandler (Lnet/minecraft/class_1703;)V
COMMENT Sends packets to the client that refresh the current screen handler's items.
ARG 1 handler
METHOD method_14205 sendInitialChunkPackets (Lnet/minecraft/class_1923;Lnet/minecraft/class_2596;Lnet/minecraft/class_2596;)V
METHOD method_14206 getPlayerListName ()Lnet/minecraft/class_2561;