net.minecraft.src
Class CreativeCrafting
java.lang.Object
net.minecraft.src.CreativeCrafting
- All Implemented Interfaces:
- ICrafting
public class CreativeCrafting
- extends Object
- implements ICrafting
CreativeCrafting
public CreativeCrafting(Minecraft par1)
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