yarn/mappings/net/minecraft/container/AbstractFurnaceContainer.ma...

21 lines
587 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS atg net/minecraft/container/AbstractFurnaceContainer
FIELD a world Lbcf;
FIELD d inventory Lafs;
FIELD e propertyDelegate Lato;
2019-01-09 12:20:38 -05:00
METHOD a canUse (Lark;)Z
METHOD a populateRecipeFinder (Larm;)V
METHOD a isSmeltable (Laxd;)Z
ARG 1 itemStack
2019-01-09 12:20:38 -05:00
METHOD a matches (Lazm;)Z
METHOD b transferSlot (Lark;I)Laxd;
ARG 1 player
ARG 2 invSlot
2019-01-09 12:20:38 -05:00
METHOD b isFuel (Laxd;)Z
ARG 1 itemStack
2019-01-09 12:20:38 -05:00
METHOD e clearCraftingSlots ()V
METHOD f getCraftingResultSlotIndex ()I
METHOD g getCraftingWidth ()I
METHOD h getCraftingHeight ()I
METHOD i getCraftingSlotCount ()I
METHOD l isBurning ()Z