public class InventoryAlvearySieve extends InventoryAdapterTile<TileAlvearySieve> implements ISlotPickupWatcher
| Modifier and Type | Field and Description |
|---|---|
static int |
SLOT_POLLEN_1 |
static int |
SLOT_SIEVE |
static int |
SLOTS_POLLEN_COUNT |
tile| Constructor and Description |
|---|
InventoryAlvearySieve(TileAlvearySieve alvearySieve) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
Non-automation version of IInventory's isItemValidForSlot.
|
boolean |
canStorePollen() |
void |
onTake(int slotIndex,
net.minecraft.entity.player.EntityPlayer player) |
void |
storePollenStack(net.minecraft.item.ItemStack itemstack) |
canExtractItem, markDirtycanInsertItem, isItemValidForSlotclear, closeInventory, copy, decrStackSize, disableAutomation, getDisplayName, getField, getFieldCount, getInventoryStackLimit, getName, getSizeInventory, getSlotsForFace, getStackInSlot, hasCustomName, isEmpty, isLocked, isUsableByPlayer, openInventory, readData, readFromNBT, removeStackFromSlot, setField, setInventorySlotContents, writeData, writeToNBTpublic static final int SLOT_POLLEN_1
public static final int SLOTS_POLLEN_COUNT
public static final int SLOT_SIEVE
public InventoryAlvearySieve(TileAlvearySieve alvearySieve)
public 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 InventoryAdapterpublic boolean canStorePollen()
public void storePollenStack(net.minecraft.item.ItemStack itemstack)
public void onTake(int slotIndex,
net.minecraft.entity.player.EntityPlayer player)
onTake in interface ISlotPickupWatcher