public class ItemInventoryHabitatLocator extends ItemInventory implements IErrorSource
player| Constructor and Description |
|---|
ItemInventoryHabitatLocator(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemstack) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
Non-automation version of IInventory's isItemValidForSlot.
|
java.util.Set<net.minecraft.world.biome.Biome> |
getBiomesToSearch() |
com.google.common.collect.ImmutableSet<IErrorState> |
getErrorStates() |
void |
onSlotClick(int slotIndex,
net.minecraft.entity.player.EntityPlayer player) |
clear, closeInventory, decrStackSize, getCapability, getDisplayName, getField, getFieldCount, getHand, getInventoryStackLimit, getItemHandler, getName, getOccupiedSlotCount, getParent, getSizeInventory, getStackInSlot, hasCapability, hasCustomName, isEmpty, isItemValidForSlot, isLocked, isParentItemInventory, isUsableByPlayer, markDirty, onWriteNBT, openInventory, removeStackFromSlot, setField, setInventorySlotContentspublic ItemInventoryHabitatLocator(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemstack)
public void onSlotClick(int slotIndex,
net.minecraft.entity.player.EntityPlayer player)
onSlotClick in class ItemInventorypublic java.util.Set<net.minecraft.world.biome.Biome> getBiomesToSearch()
public 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