net.minecraft.src
Class ContainerRepair

java.lang.Object
  extended by net.minecraft.src.Container
      extended by net.minecraft.src.ContainerRepair

public class ContainerRepair
extends Container


Field Summary
 int field_82854_e
           
 
Fields inherited from class net.minecraft.src.Container
inventoryItemStacks, inventorySlots, windowId
 
Constructor Summary
ContainerRepair(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5, EntityPlayer par6EntityPlayer)
           
 
Method Summary
 void addCraftingToCrafters(ICrafting par1ICrafting)
           
 boolean canInteractWith(EntityPlayer par1EntityPlayer)
           
 ItemStack func_82846_b(EntityPlayer par1EntityPlayer, int par2)
           
 void func_82848_d()
           
 void func_82850_a(String par1Str)
           
 void onCraftGuiClosed(EntityPlayer par1EntityPlayer)
          Callback for when the crafting gui is closed.
 void onCraftMatrixChanged(IInventory par1IInventory)
          Callback for when the crafting matrix is changed.
 void updateProgressBar(int par1, int par2)
           
 
Methods inherited from class net.minecraft.src.Container
enchantItem, func_82847_b, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, putStackInSlot, putStacksInSlots, setPlayerIsPresent, slotClick, updateCraftingResults
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field_82854_e

public int field_82854_e
Constructor Detail

ContainerRepair

public ContainerRepair(InventoryPlayer par1InventoryPlayer,
                       World par2World,
                       int par3,
                       int par4,
                       int par5,
                       EntityPlayer par6EntityPlayer)
Method Detail

onCraftMatrixChanged

public void onCraftMatrixChanged(IInventory par1IInventory)
Callback for when the crafting matrix is changed.

Overrides:
onCraftMatrixChanged in class Container

func_82848_d

public void func_82848_d()

addCraftingToCrafters

public void addCraftingToCrafters(ICrafting par1ICrafting)
Overrides:
addCraftingToCrafters in class Container

onCraftGuiClosed

public void onCraftGuiClosed(EntityPlayer par1EntityPlayer)
Callback for when the crafting gui is closed.

Overrides:
onCraftGuiClosed in class Container

updateProgressBar

public void updateProgressBar(int par1,
                              int par2)
Overrides:
updateProgressBar in class Container

canInteractWith

public boolean canInteractWith(EntityPlayer par1EntityPlayer)
Specified by:
canInteractWith in class Container

func_82846_b

public ItemStack func_82846_b(EntityPlayer par1EntityPlayer,
                              int par2)
Overrides:
func_82846_b in class Container

func_82850_a

public void func_82850_a(String par1Str)