| Constructor and Description | 
|---|
| CreativeCrafting(Minecraft mc) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | func_175173_a(Container p_175173_1_,
             IInventory p_175173_2_) | 
| void | sendProgressBarUpdate(Container containerIn,
                     int varToUpdate,
                     int newValue)Sends two ints to the client-side Container. | 
| void | sendSlotContents(Container containerToSend,
                int slotInd,
                ItemStack stack)Sends the contents of an inventory slot to the client-side Container. | 
| void | updateCraftingInventory(Container containerToSend,
                       java.util.List<ItemStack> itemsList)update the crafting window inventory with the items in the list | 
private final Minecraft mc
public CreativeCrafting(Minecraft mc)
public void updateCraftingInventory(Container containerToSend, java.util.List<ItemStack> itemsList)
updateCraftingInventory in interface ICraftingpublic void sendSlotContents(Container containerToSend, int slotInd, ItemStack stack)
sendSlotContents in interface ICraftingpublic void sendProgressBarUpdate(Container containerIn, int varToUpdate, int newValue)
sendProgressBarUpdate in interface ICraftingpublic void func_175173_a(Container p_175173_1_, IInventory p_175173_2_)
func_175173_a in interface ICrafting