yarn/mappings/net/minecraft/world/ScheduledBlockTick.mapping

12 lines
270 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS alt net/minecraft/world/ScheduledBlockTick
FIELD a pos Ldx;
FIELD b time J
FIELD c priority I
FIELD d id_counter J
2017-04-05 07:31:24 -04:00
FIELD e block Lank;
FIELD f id J
2017-04-05 07:31:24 -04:00
METHOD a getBlock ()Lank;
METHOD a setPriority (I)V
2017-04-05 07:31:24 -04:00
METHOD a setTime (J)Lalt;
METHOD a compareTo (Lalt;)I