Entity things

This commit is contained in:
Shadowfacts 2016-08-25 18:15:29 -04:00
parent 91e22870c7
commit 8772079839
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
5 changed files with 10 additions and 0 deletions

View File

@ -19,3 +19,4 @@ CLASS none/boe net/minecraft/client/player/EntityPlayerClient
METHOD g sendChatMessage (Ljava/lang/String;)V
ARG 0 message
METHOD m update ()V
METHOD p dismountVehicle ()V

View File

@ -16,6 +16,7 @@ CLASS none/se net/minecraft/entity/Entity
FIELD as uuidString Ljava/lang/String;
FIELD at glowing Z
FIELD au passengerList Ljava/util/List;
FIELD av vehicle Lnone/se;
FIELD c NULL_BOX Lnone/bcp;
FIELD g maxEntityId I
FIELD h entityId I
@ -129,7 +130,12 @@ CLASS none/se net/minecraft/entity/Entity
ARG 0 id
METHOD m update ()V
METHOD n_ hasCustomName ()Z
METHOD o startRiding (Lnone/se;)V
ARG 0 entity
METHOD o_ getPistonBehavior ()Lnone/ayr;
METHOD p dismountVehicle ()V
METHOD p stopRiding (Lnone/se;)V
ARG 0 entity
METHOD w hasPassenger (Lnone/se;)Z
ARG 0 entity
METHOD y_ shouldEchoCommandFeedback ()Z

View File

@ -13,3 +13,4 @@ CLASS none/sn net/minecraft/entity/EntityLiving
METHOD c addEffect (Lnone/ry;)V
ARG 0 effect
METHOD m update ()V
METHOD p dismountVehicle ()V

View File

@ -48,4 +48,5 @@ CLASS none/aak net/minecraft/entity/player/EntityPlayer
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD m update ()V
METHOD p dismountVehicle ()V
METHOD y_ shouldEchoCommandFeedback ()Z

View File

@ -13,3 +13,4 @@ CLASS none/lw net/minecraft/entity/player/EntityPlayerServer
METHOD c changeDimension (I)Lnone/se;
ARG 0 dimensionId
METHOD m update ()V
METHOD p dismountVehicle ()V