net.minecraft.src
Interface ICrafting

All Known Implementing Classes:
CreativeCrafting, EntityPlayerMP, GuiRepair

public interface ICrafting


Method Summary
 void sendContainerAndContentsToPlayer(Container var1, List var2)
           
 void updateCraftingInventoryInfo(Container var1, int var2, int var3)
          send information about the crafting inventory to the client(currently only for furnace times)
 void updateCraftingInventorySlot(Container var1, int var2, ItemStack var3)
          inform the player of a change in a single slot
 

Method Detail

sendContainerAndContentsToPlayer

void sendContainerAndContentsToPlayer(Container var1,
                                      List var2)

updateCraftingInventorySlot

void updateCraftingInventorySlot(Container var1,
                                 int var2,
                                 ItemStack var3)
inform the player of a change in a single slot


updateCraftingInventoryInfo

void updateCraftingInventoryInfo(Container var1,
                                 int var2,
                                 int var3)
send information about the crafting inventory to the client(currently only for furnace times)