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

21 lines
462 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS oo net/minecraft/server/network/packet/PlayerInteractBlockServerPacket
2018-12-02 05:38:26 -05:00
FIELD a pos Let;
FIELD b facing Ley;
2018-12-05 09:11:37 -05:00
FIELD c hand Lafd;
2018-12-02 05:38:26 -05:00
FIELD d hitX F
FIELD e hitY F
FIELD f hitZ F
2018-12-05 09:11:37 -05:00
METHOD a read (Lir;)V
ARG 0 buf
METHOD a apply (Liu;)V
ARG 0 handler
METHOD a apply (Lna;)V
2018-12-02 05:38:26 -05:00
METHOD b getPos ()Let;
2018-12-05 09:11:37 -05:00
METHOD b write (Lir;)V
ARG 0 buf
2018-12-02 05:38:26 -05:00
METHOD c getFacing ()Ley;
2018-12-05 09:11:37 -05:00
METHOD d getHand ()Lafd;
2018-12-02 05:38:26 -05:00
METHOD e getHitX ()F
METHOD f getHitY ()F
METHOD g getHitZ ()F