Mapping additions (#755)

* Map ping field

* Map MinecraftDedicatedServer

* Map ServerLoginNetworkHandler
This commit is contained in:
Mark Vainomaa 2019-06-19 20:37:20 +03:00 committed by Modmuss50
parent 24752b2bbc
commit 22fb2561df
3 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ CLASS ui net/minecraft/server/dedicated/MinecraftDedicatedServer
METHOD a enqueueCommand (Ljava/lang/String;Lcd;)V
METHOD aV createResourcePackHash ()Ljava/lang/String;
METHOD aW executeQueuedCommands ()V
METHOD aX getDedicatedPlayerManager ()Luh;
METHOD aY createGui ()V
METHOD aZ convertData ()Z
METHOD ba getMaxTickTime ()J

View File

@ -15,3 +15,5 @@ CLASS wc net/minecraft/server/network/ServerLoginNetworkHandler
METHOD b tick ()V
METHOD b disconnect (Ljn;)V
ARG 1 reason
METHOD c acceptPlayer ()V
METHOD d getConnectionInfo ()Ljava/lang/String;

View File

@ -16,6 +16,7 @@ CLASS vj net/minecraft/server/network/ServerPlayerEntity
FIELD cv cameraPosition Lfo;
FIELD cw containerSyncId I
FIELD d interactionManager Lvk;
FIELD f pingMilliseconds I
FIELD g notInAnyWorld Z
METHOD A getStatHandler ()Lys;
METHOD B getRecipeBook ()Lyr;