public class ItemInventoryImprinter extends ItemInventory
player| Constructor and Description |
|---|
ItemInventoryImprinter(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemStack) |
| Modifier and Type | Method and Description |
|---|---|
void |
advancePrimary() |
void |
advanceSecondary() |
boolean |
canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
Non-automation version of IInventory's isItemValidForSlot.
|
java.lang.String |
getName() |
IAlleleBeeSpecies |
getPrimary() |
int |
getPrimaryIndex() |
IAlleleBeeSpecies |
getSecondary() |
int |
getSecondaryIndex() |
IBee |
getSelectedBee() |
void |
onSlotClick(int slotIndex,
net.minecraft.entity.player.EntityPlayer player) |
void |
regressPrimary() |
void |
regressSecondary() |
void |
setPrimaryIndex(int index) |
void |
setSecondaryIndex(int index) |
clear, closeInventory, decrStackSize, getCapability, getDisplayName, getField, getFieldCount, getHand, getInventoryStackLimit, getItemHandler, getOccupiedSlotCount, getParent, getSizeInventory, getStackInSlot, hasCapability, hasCustomName, isEmpty, isItemValidForSlot, isLocked, isParentItemInventory, isUsableByPlayer, markDirty, onWriteNBT, openInventory, removeStackFromSlot, setField, setInventorySlotContentspublic ItemInventoryImprinter(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemStack)
public void advancePrimary()
public void advanceSecondary()
public void regressPrimary()
public void regressSecondary()
public IAlleleBeeSpecies getPrimary()
public IAlleleBeeSpecies getSecondary()
public IBee getSelectedBee()
public int getPrimaryIndex()
public int getSecondaryIndex()
public void setPrimaryIndex(int index)
public void setSecondaryIndex(int index)
public void onSlotClick(int slotIndex,
net.minecraft.entity.player.EntityPlayer player)
onSlotClick in class ItemInventorypublic java.lang.String getName()
getName in interface net.minecraft.world.IWorldNameablegetName in class ItemInventorypublic 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