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

16 lines
433 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS brb net/minecraft/block/piston/PistonHandler
FIELD a world Lbdf;
2019-02-13 12:35:08 -05:00
FIELD b posFrom Les;
FIELD d posTo Les;
2019-02-20 15:49:23 -05:00
FIELD e direction Lex;
FIELD f movedBlocks Ljava/util/List;
FIELD g brokenBlocks Ljava/util/List;
2019-02-21 13:19:18 -05:00
METHOD <init> (Lbdf;Les;Lex;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 pos
ARG 3 dir
METHOD a calculatePush ()Z
2019-02-20 15:49:23 -05:00
METHOD a tryMove (Les;Lex;)Z
METHOD c getMovedBlocks ()Ljava/util/List;
METHOD d getBrokenBlocks ()Ljava/util/List;