yarn/mappings/net/minecraft/client/network/packet/BlockBreakingProgressClient...

15 lines
362 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS kd net/minecraft/client/network/packet/BlockBreakingProgressClientPacket
2016-08-18 18:10:34 -04:00
FIELD a entityId I
2018-11-27 13:50:51 -05:00
FIELD b pos Let;
2016-08-18 18:10:34 -04:00
FIELD c progress I
2018-12-12 12:22:18 -05:00
METHOD <init> (ILet;I)V
2018-11-04 07:22:38 -05:00
ARG 1 entityId
ARG 2 pos
2018-12-12 12:12:26 -05:00
METHOD a read (Lit;)V
METHOD a apply (Liw;)V
METHOD a apply (Lju;)V
METHOD b getEntityId ()I
2018-12-12 12:12:26 -05:00
METHOD b write (Lit;)V
2018-11-27 13:50:51 -05:00
METHOD c getPos ()Let;
METHOD d getProgress ()I