Fix GameMessageS2CPacket.getLocation (#2865)

This commit is contained in:
enbrain 2021-11-22 22:42:39 +09:00 committed by GitHub
parent f3fb4ec731
commit 66e3b0d4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
CLASS net/minecraft/class_2635 net/minecraft/network/packet/s2c/play/GameMessageS2CPacket
FIELD field_12112 message Lnet/minecraft/class_2561;
FIELD field_12113 location Lnet/minecraft/class_2556;
FIELD field_12113 type Lnet/minecraft/class_2556;
FIELD field_25133 sender Ljava/util/UUID;
METHOD <init> (Lnet/minecraft/class_2540;)V
ARG 1 buf
METHOD <init> (Lnet/minecraft/class_2561;Lnet/minecraft/class_2556;Ljava/util/UUID;)V
ARG 1 message
ARG 2 location
ARG 2 type
ARG 3 sender
METHOD method_11388 getMessage ()Lnet/minecraft/class_2561;
METHOD method_11389 getLocation ()Lnet/minecraft/class_2556;
METHOD method_11389 getType ()Lnet/minecraft/class_2556;
METHOD method_29175 getSender ()Ljava/util/UUID;