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

21 lines
492 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS ls net/minecraft/client/network/packet/EntityS2CPacket
CLASS ls$a MoveRelative
CLASS ls$b RotateAndMoveRelative
CLASS ls$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-06-03 12:48:18 -04:00
METHOD a getEntity (Lbhj;)Laij;
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