public class SlotMerchantResult extends Slot
inventory, slotNumber, xDisplayPosition, yDisplayPosition| Constructor and Description |
|---|
SlotMerchantResult(EntityPlayer p_i1822_1_,
IMerchant p_i1822_2_,
InventoryMerchant p_i1822_3_,
int p_i1822_4_,
int p_i1822_5_,
int p_i1822_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, putStackpublic SlotMerchantResult(EntityPlayer p_i1822_1_, IMerchant p_i1822_2_, InventoryMerchant p_i1822_3_, int p_i1822_4_, int p_i1822_5_, int p_i1822_6_)
public boolean isItemValid(ItemStack p_75214_1_)
isItemValid in class Slotpublic ItemStack decrStackSize(int p_75209_1_)
decrStackSize in class Slotprotected void onCrafting(ItemStack p_75210_1_, int p_75210_2_)
onCrafting in class Slotprotected void onCrafting(ItemStack p_75208_1_)
onCrafting in class Slotpublic void onPickupFromSlot(EntityPlayer p_82870_1_, ItemStack p_82870_2_)
onPickupFromSlot in class Slot