yarn/mappings/net/minecraft/client/world/BlockBreakingStatus.mapping

16 lines
370 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS ne net/minecraft/client/world/BlockBreakingStatus
2016-10-18 11:52:14 -04:00
FIELD a breakingEntityId I
2017-04-05 07:31:24 -04:00
FIELD b pos Ldx;
2016-10-18 11:23:37 -04:00
FIELD c progress I
FIELD d lastUpdated I
METHOD <init> (ILdx;)V
ARG 0 breakingEntityId
ARG 1 pos
METHOD a setProgress (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD b getPos ()Ldx;
METHOD b setLastUpdated (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD c getProgress ()I
METHOD d getLastUpdated ()I