Methods and field relating to player disconnecting (#1331)

* Update ServerPlayerEntity.mapping

* Update ServerPlayerEntity.mapping
This commit is contained in:
Hephaestus-Dev 2020-05-05 17:43:27 -07:00 committed by GitHub
parent d31805d0b7
commit 32d84d6276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
FIELD field_13963 lastHealthScore F
FIELD field_13964 disconnected Z
FIELD field_13965 lastLevelScore I
FIELD field_13966 statHandler Lnet/minecraft/class_3442;
FIELD field_13967 pingMilliseconds I
@ -68,12 +69,14 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
ARG 2 team
METHOD method_14228 setExperiencePoints (I)V
METHOD method_14230 isPvpEnabled ()Z
METHOD method_14231 onDisconnect ()V
METHOD method_14232 getCameraPosition ()Lnet/minecraft/class_4076;
METHOD method_14234 updateLastActionTime ()V
METHOD method_14235 onSpawn ()V
METHOD method_14236 getAdvancementTracker ()Lnet/minecraft/class_2985;
METHOD method_14237 incrementScreenHandlerSyncId ()V
METHOD method_14238 getClientChatVisibility ()Lnet/minecraft/class_1659;
METHOD method_14239 isDisconnected ()Z
METHOD method_14240 onTeleportationDone ()V
METHOD method_14242 getCameraEntity ()Lnet/minecraft/class_1297;
METHOD method_14245 moveToSpawn (Lnet/minecraft/class_3218;)V