net.minecraft.src
Class CreativeCrafting

java.lang.Object
  extended by net.minecraft.src.CreativeCrafting
All Implemented Interfaces:
ICrafting

public class CreativeCrafting
extends Object
implements ICrafting


Constructor Summary
CreativeCrafting(Minecraft par1)
           
 
Method Summary
 void sendContainerAndContentsToPlayer(Container par1Container, List par2List)
           
 void updateCraftingInventoryInfo(Container par1Container, int par2, int par3)
          send information about the crafting inventory to the client(currently only for furnace times)
 void updateCraftingInventorySlot(Container par1Container, int par2, ItemStack par3ItemStack)
          inform the player of a change in a single slot
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreativeCrafting

public CreativeCrafting(Minecraft par1)
Method Detail

sendContainerAndContentsToPlayer

public void sendContainerAndContentsToPlayer(Container par1Container,
                                             List par2List)
Specified by:
sendContainerAndContentsToPlayer in interface ICrafting

updateCraftingInventorySlot

public void updateCraftingInventorySlot(Container par1Container,
                                        int par2,
                                        ItemStack par3ItemStack)
inform the player of a change in a single slot

Specified by:
updateCraftingInventorySlot in interface ICrafting

updateCraftingInventoryInfo

public void updateCraftingInventoryInfo(Container par1Container,
                                        int par2,
                                        int par3)
send information about the crafting inventory to the client(currently only for furnace times)

Specified by:
updateCraftingInventoryInfo in interface ICrafting