public class SlotCrafting extends Slot
inventory, slotNumber, xDisplayPosition, yDisplayPosition
Constructor and Description |
---|
SlotCrafting(EntityPlayer p_i1823_1_,
IInventory p_i1823_2_,
IInventory p_i1823_3_,
int p_i1823_4_,
int p_i1823_5_,
int p_i1823_6_) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
decrStackSize(int p_75209_1_) |
boolean |
isItemValid(ItemStack p_75214_1_) |
protected void |
onCrafting(ItemStack p_75208_1_) |
protected void |
onCrafting(ItemStack p_75210_1_,
int p_75210_2_) |
void |
onPickupFromSlot(EntityPlayer p_82870_1_,
ItemStack p_82870_2_) |
canTakeStack, func_111238_b, getBackgroundIconIndex, getHasStack, getSlotStackLimit, getStack, isSlotInInventory, onSlotChange, onSlotChanged, putStack
public SlotCrafting(EntityPlayer p_i1823_1_, IInventory p_i1823_2_, IInventory p_i1823_3_, int p_i1823_4_, int p_i1823_5_, int p_i1823_6_)
public boolean isItemValid(ItemStack p_75214_1_)
isItemValid
in class Slot
public ItemStack decrStackSize(int p_75209_1_)
decrStackSize
in class Slot
protected void onCrafting(ItemStack p_75210_1_, int p_75210_2_)
onCrafting
in class Slot
protected void onCrafting(ItemStack p_75208_1_)
onCrafting
in class Slot
public void onPickupFromSlot(EntityPlayer p_82870_1_, ItemStack p_82870_2_)
onPickupFromSlot
in class Slot