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

16 lines
370 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS of net/minecraft/client/world/BlockBreakingStatus
2016-10-18 11:52:14 -04:00
FIELD a breakingEntityId I
2017-06-08 10:01:49 -04:00
FIELD b pos Let;
2016-10-18 11:23:37 -04:00
FIELD c progress I
FIELD d lastUpdated I
2017-06-08 10:01:49 -04:00
METHOD <init> (ILet;)V
ARG 0 breakingEntityId
ARG 1 pos
METHOD a setProgress (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2017-06-08 10:01:49 -04:00
METHOD b getPos ()Let;
METHOD b setLastUpdated (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD c getProgress ()I
METHOD d getLastUpdated ()I