yarn/mappings/net/minecraft/server/network/packet/PlayerInteractEntityC2SPack...

11 lines
305 B
Plaintext
Raw Normal View History

2019-02-12 20:13:12 -05:00
CLASS ns net/minecraft/server/network/packet/PlayerInteractEntityC2SPacket
2019-01-24 11:47:45 -05:00
CLASS ns$a InteractionType
2018-12-02 05:38:26 -05:00
FIELD a entityId I
2019-01-24 11:47:45 -05:00
FIELD b type Lns$a;
2019-02-06 15:22:24 -05:00
FIELD c hitPos Lcmz;
FIELD d hand Lagd;
METHOD a getEntity (Lbcu;)Lahi;
2019-01-24 11:47:45 -05:00
METHOD b getType ()Lns$a;
2019-02-06 15:22:24 -05:00
METHOD c getHand ()Lagd;
METHOD d getHitPosition ()Lcmz;