public class SlotFurnace extends Slot
slotNumber, xDisplayPosition, yDisplayPosition
Constructor and Description |
---|
SlotFurnace(EntityPlayer entityplayer,
IInventory iinventory,
int i,
int j,
int k) |
Modifier and Type | Method and Description |
---|---|
boolean |
isItemValid(ItemStack itemstack) |
void |
onPickupFromSlot(ItemStack itemstack) |
decrStackSize, getBackgroundIconIndex, getHasStack, getSlotStackLimit, getStack, onSlotChanged, putStack
public SlotFurnace(EntityPlayer entityplayer, IInventory iinventory, int i, int j, int k)
public boolean isItemValid(ItemStack itemstack)
isItemValid
in class Slot
public void onPickupFromSlot(ItemStack itemstack)
onPickupFromSlot
in class Slot