public class ItemInventorySolderingIron extends ItemInventory implements IErrorSource
player| Constructor and Description |
|---|
ItemInventorySolderingIron(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemStack) |
| Modifier and Type | Method and Description |
|---|---|
void |
advanceLayout() |
boolean |
canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
Non-automation version of IInventory's isItemValidForSlot.
|
com.google.common.collect.ImmutableSet<IErrorState> |
getErrorStates() |
int |
getInventoryStackLimit() |
ICircuitLayout |
getLayout() |
void |
onSlotClick(int slotIndex,
net.minecraft.entity.player.EntityPlayer player) |
void |
regressLayout() |
void |
setLayout(ICircuitLayout layout) |
clear, closeInventory, decrStackSize, getCapability, getDisplayName, getField, getFieldCount, getHand, getItemHandler, getName, getOccupiedSlotCount, getParent, getSizeInventory, getStackInSlot, hasCapability, hasCustomName, isEmpty, isItemValidForSlot, isLocked, isParentItemInventory, isUsableByPlayer, markDirty, onWriteNBT, openInventory, removeStackFromSlot, setField, setInventorySlotContentspublic ItemInventorySolderingIron(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemStack)
public int getInventoryStackLimit()
getInventoryStackLimit in interface net.minecraft.inventory.IInventorygetInventoryStackLimit in class ItemInventorypublic ICircuitLayout getLayout()
public void setLayout(ICircuitLayout layout)
public void advanceLayout()
public void regressLayout()
public void onSlotClick(int slotIndex,
net.minecraft.entity.player.EntityPlayer player)
onSlotClick in class ItemInventorypublic com.google.common.collect.ImmutableSet<IErrorState> getErrorStates()
getErrorStates in interface IErrorSourcepublic boolean canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
IFilterSlotDelegateCombine this with Forestry's access permissions to implement isItemValidForSlot.
canSlotAccept in interface IFilterSlotDelegatecanSlotAccept in class ItemInventory