yarn/mappings/net/minecraft/block/entity/ShulkerBoxBlockEntity.mapping

21 lines
610 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS bqb net/minecraft/block/entity/ShulkerBoxBlockEntity
CLASS bqb$a AnimationStage
FIELD a CLOSED Lbqb$a;
FIELD c OPENED Lbqb$a;
2019-01-24 11:08:22 -05:00
FIELD a AVAILABLE_SLOTS [I
2019-02-20 15:49:23 -05:00
FIELD b inventory Lff;
2019-01-24 11:08:22 -05:00
FIELD c viewerCount I
2019-02-20 15:49:23 -05:00
FIELD i animationStage Lbqb$a;
2019-01-09 12:20:38 -05:00
FIELD j animationProgress F
FIELD k prevAnimationProgress F
2019-02-13 12:35:08 -05:00
FIELD l cachedColor Lawq;
2019-01-24 11:08:22 -05:00
FIELD m cachedColorUpdateNeeded Z
METHOD a getAnimationProgress (F)F
2019-02-20 15:49:23 -05:00
METHOD a getBoundingBox (Lbrd;)Lcnf;
2019-01-24 11:08:22 -05:00
ARG 1 state
2019-02-20 15:49:23 -05:00
METHOD b getBoundingBox (Lex;)Lcnf;
2019-01-24 11:08:22 -05:00
ARG 1 openDirection
2019-02-20 15:49:23 -05:00
METHOD i updateAnimation ()V
METHOD t getAnimationStage ()Lbqb$a;
METHOD u getColor ()Lawq;