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

11 lines
281 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 a setProgress (I)V
METHOD b getPos ()Ldx;
METHOD b setLastUpdated (I)V
METHOD c getProgress ()I
METHOD d getLastUpdated ()I