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

16 lines
433 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS bqw net/minecraft/block/piston/PistonHandler
FIELD a world Lbdb;
FIELD b posFrom Les;
FIELD d posTo Les;
FIELD e direction Lew;
FIELD f movedBlocks Ljava/util/List;
FIELD g brokenBlocks Ljava/util/List;
2019-02-13 12:35:08 -05:00
METHOD <init> (Lbdb;Les;Lew;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 pos
ARG 3 dir
METHOD a calculatePush ()Z
2019-02-13 12:35:08 -05:00
METHOD a tryMove (Les;Lew;)Z
METHOD c getMovedBlocks ()Ljava/util/List;
METHOD d getBrokenBlocks ()Ljava/util/List;