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

21 lines
483 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS lt net/minecraft/client/network/packet/EntityS2CPacket
2019-06-19 15:24:08 -04:00
CLASS a MoveRelative
CLASS b RotateAndMoveRelative
CLASS 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-19 13:48:53 -04:00
METHOD a getEntity (Lbhm;)Lail;
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