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

18 lines
457 B
Plaintext

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