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

16 lines
433 B
Plaintext

CLASS brb net/minecraft/block/piston/PistonHandler
FIELD a world Lbdf;
FIELD b posFrom Les;
FIELD d posTo Les;
FIELD e direction Lex;
FIELD f movedBlocks Ljava/util/List;
FIELD g brokenBlocks Ljava/util/List;
METHOD <init> (Lbdf;Les;Lex;Z)V
ARG 1 world
ARG 2 pos
ARG 3 dir
METHOD a calculatePush ()Z
METHOD a tryMove (Les;Lex;)Z
METHOD c getMovedBlocks ()Ljava/util/List;
METHOD d getBrokenBlocks ()Ljava/util/List;