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

16 lines
433 B
Plaintext

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;
METHOD <init> (Lbdb;Les;Lew;Z)V
ARG 1 world
ARG 2 pos
ARG 3 dir
METHOD a calculatePush ()Z
METHOD a tryMove (Les;Lew;)Z
METHOD c getMovedBlocks ()Ljava/util/List;
METHOD d getBrokenBlocks ()Ljava/util/List;