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

24 lines
766 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 14:11:28 -04:00
METHOD B_ update ()V
METHOD a onStruckByLightning (Labc;)V
METHOD a dropStack (Lahf;F)Labf;
METHOD a applyMirror (Laqm;)F
METHOD a applyRotation (Lasa;)F
2017-04-05 07:31:24 -04:00
METHOD a setFacing (Lee;)V
2017-04-05 14:11:28 -04:00
METHOD a deserializeCustomData (Lfc;)V
METHOD a damage (Ltm;F)Z
METHOD a move (Luq;DDD)V
METHOD at doesCollide ()Z
METHOD b setPosition (DDD)V
METHOD b serializeCustomData (Lfc;)V
METHOD bo getHorizontalFacing ()Lee;
METHOD f addVelocity (DDD)V
METHOD i initDataTracker ()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;