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

20 lines
430 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS jx net/minecraft/network/packet/client/CPacketBlockBreakingProgress
2016-08-18 18:10:34 -04:00
FIELD a entityId I
FIELD b pos Leq;
2016-08-18 18:10:34 -04:00
FIELD c progress I
METHOD <init> (ILeq;I)V
2018-11-04 07:22:38 -05:00
ARG 1 entityId
ARG 2 pos
ARG 3 progress
2018-11-04 04:35:30 -05:00
METHOD a read (Lin;)V
2018-11-04 07:22:38 -05:00
ARG 1 buf
2018-11-04 04:35:30 -05:00
METHOD a apply (Liq;)V
2018-11-04 07:22:38 -05:00
ARG 1 handler
2018-11-04 04:35:30 -05:00
METHOD a apply (Ljo;)V
2018-11-04 07:22:38 -05:00
ARG 1 handler
METHOD b getEntityId ()I
2018-11-04 04:35:30 -05:00
METHOD b write (Lin;)V
2018-11-04 07:22:38 -05:00
ARG 1 buf
METHOD c getPos ()Leq;
METHOD d getProgress ()I