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

36 lines
1017 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS bnl net/minecraft/block/entity/ShulkerBoxBlockEntity
CLASS bnl$a AnimationStage
FIELD a CLOSED Lbnl$a;
FIELD c OPENED Lbnl$a;
2018-11-27 13:50:51 -05:00
FIELD e inv Lfh;
2018-12-05 09:11:37 -05:00
FIELD j animationStage Lbnl$a;
FIELD k animationProgress F
FIELD l prevAnimationProgress F
2018-12-05 09:11:37 -05:00
FIELD m color Lauq;
METHOD V_ getInvSize ()I
METHOD a getAnimationProgress (F)F
2018-12-05 09:11:37 -05:00
METHOD a canInsertInvStack (ILavu;Ley;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 stack
2018-12-05 09:11:37 -05:00
METHOD a createContainer (Laqk;Laql;)Lasd;
ARG 0 playerInv
2018-11-04 07:22:38 -05:00
ARG 1 playerInv
2018-11-27 13:50:51 -05:00
METHOD a getInvAvailableSlots (Ley;)[I
2018-12-05 09:11:37 -05:00
METHOD a toTag (Lhq;)Lhq;
METHOD aa_ tick ()V
METHOD ab_ toUpdatePacket ()Lkc;
METHOD b canExtractInvStack (ILavu;Ley;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 stack
2018-12-05 09:11:37 -05:00
METHOD b onInvOpen (Laql;)V
METHOD b fromTag (Lhq;)V
METHOD c isInvEmpty ()Z
METHOD c onInvClose (Laql;)V
METHOD d getName ()Ljb;
METHOD g getInvMaxStackAmount ()I
METHOD m getContainerId ()Ljava/lang/String;
METHOD p updateAnimation ()V
2018-11-27 13:50:51 -05:00
METHOD q getInvStackList ()Lfh;
2018-12-05 09:11:37 -05:00
METHOD r getAnimationStage ()Lbnl$a;
METHOD s getColor ()Lauq;