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

14 lines
410 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS apb net/minecraft/entity/decoration/AbstractDecorationEntity
2019-01-09 12:20:38 -05:00
FIELD b PREDICATE Ljava/util/function/Predicate;
FIELD c blockPos Let;
FIELD d facing Ley;
2019-02-06 15:22:24 -05:00
METHOD <init> (Lahm;Lbcu;)V
2018-11-28 15:24:24 -05:00
ARG 1 type
2019-02-06 15:22:24 -05:00
METHOD <init> (Lahm;Lbcu;Let;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
2019-02-06 15:22:24 -05:00
METHOD a copyEntityData (Lahi;)V
2018-11-27 13:50:51 -05:00
METHOD a setFacing (Ley;)V
2019-01-09 12:20:38 -05:00
METHOD i getWidthPixels ()I
METHOD k getHeightPixels ()I
METHOD m getDecorationBlockPos ()Let;