yarn/mappings/net/minecraft/entity/decoration/EntityDecorationBase.mapping

10 lines
324 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS aau net/minecraft/entity/decoration/EntityDecorationBase
FIELD a blockPos Ldx;
FIELD b facing Lee;
2016-09-12 16:13:50 -04:00
FIELD c IS_DECORATION Lcom/google/common/base/Predicate;
2017-04-05 07:31:24 -04:00
METHOD a setFacing (Lee;)V
METHOD l getWidthPixels ()I
METHOD n getHeightPixels ()I
2017-04-05 07:31:24 -04:00
METHOD p onDecorationPlaced ()V
METHOD q getDecorationBlockPos ()Ldx;