yarn/mappings/net/minecraft/block/piston/PistonHandler.mapping

13 lines
370 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS auz net/minecraft/block/piston/PistonHandler
FIELD a world Lali;
FIELD b posFrom Ldx;
FIELD c posTo Ldx;
FIELD d direction Lee;
FIELD e movedBlocks Ljava/util/List;
FIELD f brokenBlocks Ljava/util/List;
METHOD a calculatePush ()Z
METHOD a tryMove (Ldx;)Z
2017-05-13 02:02:51 -04:00
ARG 0 pos
METHOD c getMovedBlocks ()Ljava/util/List;
METHOD d getBrokenBlocks ()Ljava/util/List;