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

27 lines
774 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS bum net/minecraft/block/entity/ShulkerBoxBlockEntity
2019-06-19 15:24:08 -04:00
CLASS a AnimationStage
2019-01-24 11:08:22 -05:00
FIELD a AVAILABLE_SLOTS [I
2019-03-20 13:56:26 -04:00
FIELD b inventory Lfj;
2019-01-24 11:08:22 -05:00
FIELD c viewerCount I
2019-06-19 13:48:53 -04:00
FIELD i animationStage Lbum$a;
2019-01-09 12:20:38 -05:00
FIELD j animationProgress F
FIELD k prevAnimationProgress F
2019-06-07 07:45:25 -04:00
FIELD l cachedColor Lbbb;
2019-01-24 11:08:22 -05:00
FIELD m cachedColorUpdateNeeded Z
METHOD a getAnimationProgress (F)F
2019-06-19 13:48:53 -04:00
METHOD a getBoundingBox (Lbvo;)Lcrw;
2019-01-24 11:08:22 -05:00
ARG 1 state
2019-06-19 13:48:53 -04:00
METHOD b getBoundingBox (Lfa;)Lcrw;
2019-01-24 11:08:22 -05:00
ARG 1 openDirection
2019-06-19 13:48:53 -04:00
METHOD c getCollisionBox (Lfa;)Lcrw;
ARG 1 facing
2019-06-07 07:45:25 -04:00
METHOD f deserializeInventory (Lic;)V
ARG 1 tag
2019-06-07 07:45:25 -04:00
METHOD g serializeInventory (Lic;)Lic;
ARG 1 tag
2019-05-16 12:28:41 -04:00
METHOD h updateAnimation ()V
2019-06-19 13:48:53 -04:00
METHOD s getAnimationStage ()Lbum$a;
2019-06-07 07:45:25 -04:00
METHOD t getColor ()Lbbb;
2019-05-16 12:28:41 -04:00
METHOD u pushEntities ()V
METHOD v updateNeighborStates ()V