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

17 lines
449 B
Plaintext

CLASS awl net/minecraft/block/piston/PistonHandler
FIELD a world Lams;
FIELD b posFrom Let;
FIELD c posTo Let;
FIELD d direction Lfa;
FIELD e movedBlocks Ljava/util/List;
FIELD f brokenBlocks Ljava/util/List;
METHOD <init> (Lams;Let;Lfa;Z)V
ARG 0 world
ARG 1 pos
ARG 2 dir
ARG 3 forward
METHOD a calculatePush ()Z
METHOD a tryMove (Let;Lfa;)Z
METHOD c getMovedBlocks ()Ljava/util/List;
METHOD d getBrokenBlocks ()Ljava/util/List;