public class SlotFurnaceOutput extends Slot
backgroundLocation, backgroundMap, backgroundName, inventory, slotNumber, xDisplayPosition, yDisplayPosition| Constructor and Description |
|---|
SlotFurnaceOutput(EntityPlayer player,
IInventory p_i45793_2_,
int slotIndex,
int xPosition,
int yPosition) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
decrStackSize(int amount) |
boolean |
isItemValid(ItemStack stack) |
protected void |
onCrafting(ItemStack stack) |
protected void |
onCrafting(ItemStack stack,
int amount) |
void |
onPickupFromSlot(EntityPlayer playerIn,
ItemStack stack) |
canBeHovered, canTakeStack, getBackgroundLocation, getBackgroundMap, getBackgroundSprite, getHasStack, getItemStackLimit, getSlotIndex, getSlotStackLimit, getSlotTexture, getStack, isSlotInInventory, onSlotChange, onSlotChanged, putStack, setBackgroundLocation, setBackgroundNamepublic SlotFurnaceOutput(EntityPlayer player, IInventory p_i45793_2_, int slotIndex, int xPosition, int yPosition)
public boolean isItemValid(ItemStack stack)
isItemValid in class Slotpublic ItemStack decrStackSize(int amount)
decrStackSize in class Slotpublic void onPickupFromSlot(EntityPlayer playerIn, ItemStack stack)
onPickupFromSlot in class Slotprotected void onCrafting(ItemStack stack, int amount)
onCrafting in class Slotprotected void onCrafting(ItemStack stack)
onCrafting in class Slot