| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.Slot
net.minecraft.src.SlotCrafting
public class SlotCrafting
| Field Summary | 
|---|
| Fields inherited from class net.minecraft.src.Slot | 
|---|
inventory, slotNumber, xDisplayPosition, yDisplayPosition | 
| Constructor Summary | |
|---|---|
SlotCrafting(EntityPlayer par1EntityPlayer,
                         IInventory par2IInventory,
                         IInventory par3IInventory,
                         int par4,
                         int par5,
                         int par6)
 | 
|
| Method Summary | |
|---|---|
 ItemStack | 
decrStackSize(int par1)
Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.  | 
 void | 
func_82870_a(EntityPlayer par1EntityPlayer,
                         ItemStack par2ItemStack)
 | 
 boolean | 
isItemValid(ItemStack par1ItemStack)
Check if the stack is a valid item for this slot.  | 
| Methods inherited from class net.minecraft.src.Slot | 
|---|
func_82869_a, getBackgroundIconIndex, getHasStack, getSlotStackLimit, getStack, isSlotInInventory, onSlotChange, onSlotChanged, putStack | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SlotCrafting(EntityPlayer par1EntityPlayer,
                    IInventory par2IInventory,
                    IInventory par3IInventory,
                    int par4,
                    int par5,
                    int par6)
| Method Detail | 
|---|
public boolean isItemValid(ItemStack par1ItemStack)
isItemValid in class Slotpublic ItemStack decrStackSize(int par1)
decrStackSize in class Slot
public void func_82870_a(EntityPlayer par1EntityPlayer,
                         ItemStack par2ItemStack)
func_82870_a in class Slot
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||