yarn/mappings/net/minecraft/block/entity/BrewingStandBlockEntity.map...

43 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bns net/minecraft/block/entity/BrewingStandBlockEntity
2016-08-14 09:33:52 -04:00
FIELD a SLOTS_UP [I
2018-12-12 12:12:26 -05:00
FIELD b SLOTS_DOWN [I
FIELD c SLOTS_SIDE [I
2018-11-27 13:50:51 -05:00
FIELD g inventory Lfh;
FIELD h brewTime I
2018-12-12 12:12:26 -05:00
FIELD k customName Ljd;
FIELD l fuel I
2018-12-12 12:12:26 -05:00
METHOD R_ getName ()Ljd;
METHOD U_ clearInv ()V
METHOD Z_ getInvSize ()I
METHOD a getInvStack (I)Lawo;
METHOD a takeInvStack (II)Lawo;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a setInvStack (ILawo;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a canInsertInvStack (ILawo;Ley;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 stack
2018-12-12 12:12:26 -05:00
METHOD a createContainer (Lara;Larb;)Lasw;
2018-11-04 07:22:38 -05:00
ARG 1 playerInv
2018-12-12 12:12:26 -05:00
METHOD a canPlayerUseInv (Larb;)Z
2018-11-27 13:50:51 -05:00
METHOD a getInvAvailableSlots (Ley;)[I
2018-12-12 12:12:26 -05:00
METHOD a fromTag (Lhs;)V
METHOD a setCustomName (Ljd;)V
METHOD b removeInvStack (I)Lawo;
2017-04-05 14:11:28 -04:00
METHOD b setInvProperty (II)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
2018-12-12 12:12:26 -05:00
METHOD b isValidInvStack (ILawo;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD b canExtractInvStack (ILawo;Ley;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 stack
2018-12-12 12:12:26 -05:00
METHOD b toTag (Lhs;)Lhs;
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2017-04-05 14:11:28 -04:00
METHOD c getInvProperty (I)I
2018-12-12 12:12:26 -05:00
METHOD e tick ()V
2018-12-12 12:22:18 -05:00
METHOD f ()Ljd;
2018-12-05 09:11:37 -05:00
METHOD i getInvPropertyCount ()I
METHOD m getContainerId ()Ljava/lang/String;
METHOD q canCraft ()Z
METHOD r craft ()V