yarn/mappings/net/minecraft/entity/decoration/AbstractDecorationEntity.ma...

15 lines
425 B
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS atf net/minecraft/entity/decoration/AbstractDecorationEntity
2019-01-09 12:20:38 -05:00
FIELD b PREDICATE Ljava/util/function/Predicate;
2019-03-20 13:56:26 -04:00
FIELD c blockPos Lev;
FIELD d facing Lfa;
2019-06-03 12:48:18 -04:00
METHOD <init> (Lain;Lbhj;)V
2018-11-28 15:24:24 -05:00
ARG 1 type
2019-06-03 12:48:18 -04:00
METHOD <init> (Lain;Lbhj;Lev;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
2019-06-03 12:48:18 -04:00
METHOD a onBreak (Laij;)V
2019-03-20 13:56:26 -04:00
METHOD a setFacing (Lfa;)V
2019-02-20 15:49:23 -05:00
METHOD k getWidthPixels ()I
METHOD l getHeightPixels ()I
METHOD m onPlace ()V
2019-03-20 13:56:26 -04:00
METHOD n getDecorationBlockPos ()Lev;