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

20 lines
487 B
Plaintext

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