yarn/mappings/net/minecraft/client/network/packet/EntityS2CPacket.mapping

21 lines
492 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS lr net/minecraft/client/network/packet/EntityS2CPacket
2019-03-14 15:41:19 -04:00
CLASS lr$a MoveRelative
CLASS lr$b RotateAndMoveRelative
CLASS lr$c Rotate
2016-08-18 15:44:20 -04:00
FIELD a id I
2019-02-20 15:49:23 -05:00
FIELD b deltaX S
FIELD c deltaY S
FIELD d deltaZ S
2016-08-18 15:44:20 -04:00
FIELD e yaw B
FIELD f pitch B
FIELD g onGround Z
FIELD h rotate Z
2019-03-14 11:39:51 -04:00
METHOD a getEntity (Lbfx;)Lahw;
2019-02-20 15:49:23 -05:00
METHOD b getDeltaXShort ()S
METHOD c getDeltaYShort ()S
METHOD d getDeltaZShort ()S
METHOD e getYaw ()B
METHOD f getPitch ()B
METHOD g hasRotation ()Z
METHOD h isOnGround ()Z