public interface IFilterSlotDelegate
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
Non-automation version of IInventory's isItemValidForSlot.
|
boolean |
isLocked(int slotIndex)
Used to lock slots under special conditions.
|
boolean canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
Combine this with Forestry's access permissions to implement isItemValidForSlot.
boolean isLocked(int slotIndex)