Player stuff

This commit is contained in:
Shadowfacts 2016-08-19 11:56:55 -04:00
parent eba6c0f62c
commit 8c827690f5
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
7 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
CLASS none/aak net/minecraft/sortme/EntityPlayerAbstract
CLASS none/aak net/minecraft/entity/player/EntityPlayerAbstract
FIELD bT gameProfile Lcom/mojang/authlib/GameProfile;
FIELD bv container Lnone/abv;
METHOD a deserializeEntityTag (Lnone/dt;)V

View File

@ -0,0 +1,4 @@
CLASS none/boe net/minecraft/entity/player/EntityPlayerClient
FIELD d networkHandler Lnone/bmc;
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD m update ()V

View File

@ -0,0 +1 @@
CLASS none/bob net/minecraft/entity/player/EntityPlayerClientAbstract

View File

@ -1,4 +1,5 @@
CLASS none/lw
CLASS none/lw net/minecraft/entity/player/EntityPlayerServer
FIELD a networkHandler Lnone/mg;
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1,4 +1,4 @@
CLASS none/aai net/minecraft/sortme/PlayerAbilities
CLASS none/aai net/minecraft/entity/player/PlayerAbilities
FIELD a invulnerable Z
FIELD b flying Z
FIELD c allowFlying Z

View File

@ -1,4 +1,4 @@
CLASS none/mg
CLASS none/mg net/minecraft/network/handler/NetworkHandlerServer
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d server Lnet/minecraft/server/MinecraftServer;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/eq;Lnone/lw;)V

View File

@ -1,3 +0,0 @@
CLASS none/boe
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD m update ()V